Merge pull request #198 from lorenzhs/linepadding
Restore line padding values to Bootstrap 3.0.X value for better readability
This commit is contained in:
commit
9265141bb9
1 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ tr:hover {
|
|||
background-color: #222222;
|
||||
}
|
||||
td.time {
|
||||
padding-right: 5px;
|
||||
padding: 1px 5px 1px 1px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
@ -73,7 +73,7 @@ td.time {
|
|||
td.prefix {
|
||||
text-align: right;
|
||||
vertical-align: top;
|
||||
padding-right: 5px;
|
||||
padding: 1px 5px 1px 1px;
|
||||
white-space: pre;
|
||||
border-right: 1px solid #444;
|
||||
}
|
||||
|
@ -82,7 +82,7 @@ td.message {
|
|||
word-break: break-word;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
padding-left: 5px;
|
||||
padding: 1px 1px 1px 5px;
|
||||
}
|
||||
hr {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue