mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
fixing topic title line height to accomodate overflow
This commit is contained in:
parent
032997ccff
commit
9f42bde110
1 changed files with 5 additions and 5 deletions
|
@ -426,9 +426,9 @@ span.post-count {
|
|||
|
||||
z-index: 1000;
|
||||
padding: 14px 0 8px 0;
|
||||
h1 { line-height: 1em; overflow: hidden; }
|
||||
h1 { line-height: 1.2em; overflow: hidden; }
|
||||
.topic-statuses {margin-top: -2px; .icon-pushpin {margin-top: -1px;}}
|
||||
.star {font-size: 20px; margin-top: 5px;}
|
||||
.star {font-size: 20px; margin-top: 8px;}
|
||||
|
||||
.chzn-container {vertical-align: middle;}
|
||||
}
|
||||
|
@ -471,14 +471,14 @@ iframe {
|
|||
h1 {
|
||||
margin: 5px 0 0 0;
|
||||
font-size: 2em;
|
||||
line-height: 1em;
|
||||
line-height: 1.2em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
a.star {
|
||||
margin-right: 5px;
|
||||
margin-right: 8px;
|
||||
font-size: 20px;
|
||||
margin-top: 5px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.topic-statuses {margin-top: -2px;}
|
||||
|
|
Loading…
Reference in a new issue