Small layout fixes
This commit is contained in:
parent
b86aaf90a3
commit
38771eb7be
1 changed files with 7 additions and 7 deletions
|
@ -158,6 +158,10 @@ footer a {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
#sidebar+#inner-content {
|
||||||
|
margin-left: 255px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#sidebar .key {
|
#sidebar .key {
|
||||||
|
@ -170,11 +174,6 @@ footer a {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner-content {
|
|
||||||
overflow: hidden;
|
|
||||||
padding-bottom: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.unit {
|
.unit {
|
||||||
margin: 2.5em 0;
|
margin: 2.5em 0;
|
||||||
}
|
}
|
||||||
|
@ -190,8 +189,9 @@ footer a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#inner-content {
|
#inner-content {
|
||||||
float: none;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -388,7 +388,7 @@ ul.tagit input {
|
||||||
clear: both;
|
clear: both;
|
||||||
height: 1px; /* ghost top margin in firefox */
|
height: 1px; /* ghost top margin in firefox */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 0 -1px 0;
|
margin: -1px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre.debug {
|
pre.debug {
|
||||||
|
|
Loading…
Reference in a new issue