more padding

master
NinjaCharlie 2014-09-07 16:40:20 -04:00
parent b6a8dd08f4
commit 1c4baf5083
1 changed files with 23 additions and 19 deletions

View File

@ -1,45 +1,49 @@
<style type='text/css'> <style type='text/css'>
.zci--answer .zero_click_wrapper .zero_click { .zci--answer .zero_click_wrapper .zero_click {
padding-left: 0px !important; padding-left: 0px !important;
margin-left: 0px !important; margin-left: 0px !important;
margin-right: 0px !important; margin-right: 0px !important;
} }
.zci--answer .tmux-container { .zci--answer .tmux-container {
max-height: 45ex; max-height: 45ex;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
} }
.zci--answer .tmux-column { .zci--answer .tmux-column {
width: 48%; width: 48%;
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
} }
.tmux-column:first-child { .tmux-column:first-child {
margin-right: 1em; margin-right: 1em;
}
.tmux-column b {
line-height: 220%;
} }
.zci--answer table.tmux-table { .zci--answer table.tmux-table {
width: 100%; width: 100%;
margin-bottom: 3ex; margin-bottom: 3ex;
} }
.zci--answer table.tmux-table td { .zci--answer table.tmux-table td {
padding-right: 1ex; padding-right: 1ex;
vertical-align: top; vertical-align: top;
} }
.zci--answer table.tmux-table td code { .zci--answer table.tmux-table td code {
white-space: nowrap; white-space: nowrap;
} }
@media (max-width: 380px) { @media (max-width: 380px) {
.zci--answer .tmux-column { .zci--answer .tmux-column {
width: 100%; width: 100%;
}
} }
}
</style> </style>