Merge pull request #2158 from annando/1512-vier-fonts
Vier: The line-height seems to make problems with windows
This commit is contained in:
commit
e5a6d91cc4
|
@ -958,7 +958,7 @@ right_aside {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
line-height: 17px;
|
/* line-height: 17px; */
|
||||||
color: #737373;
|
color: #737373;
|
||||||
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
box-shadow: 1px 2px 0px 0px #D8D8D8;
|
||||||
top: 32px;
|
top: 32px;
|
||||||
|
@ -983,7 +983,7 @@ aside {
|
||||||
top: 32px;
|
top: 32px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
line-height: 17px;
|
/* line-height: 17px; */
|
||||||
position: fixed;
|
position: fixed;
|
||||||
/* overflow: auto; */
|
/* overflow: auto; */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user