mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
nitpicking: make all length units relative
Use only em values.
This commit is contained in:
parent
c302db6022
commit
a38df1ea10
@ -158,7 +158,7 @@ div.navheader, div.navfooter {
|
||||
}
|
||||
|
||||
div.navheader {
|
||||
border-bottom: 1px solid #dbddec;
|
||||
border-bottom: .1em solid #dbddec;
|
||||
}
|
||||
|
||||
/* no need for a footer now that the header is always visible */
|
||||
@ -196,7 +196,7 @@ div.navheader ul li.prev, div.navfooter ul li.prev {
|
||||
left: 0;
|
||||
text-align: left;
|
||||
padding: 0.2em 1em;
|
||||
margin-left: 6px;
|
||||
margin-left: .4em;
|
||||
}
|
||||
|
||||
div.navheader ul li.next, div.navfooter ul li.next {
|
||||
@ -205,20 +205,20 @@ div.navheader ul li.next, div.navfooter ul li.next {
|
||||
text-align: right;
|
||||
right: 0;
|
||||
padding: 0.2em 1em;
|
||||
margin-right: 6px;
|
||||
margin-right: .4em;
|
||||
}
|
||||
|
||||
div.navheader ul li.prev p, div.navfooter ul li.prev p,
|
||||
div.navheader ul li.next p, div.navfooter ul li.next p {
|
||||
padding: 0;
|
||||
margin: 1px 0px;
|
||||
margin: .1em 0;
|
||||
}
|
||||
|
||||
div.navheader ul li.home, div.navheader ul li.up,
|
||||
div.navfooter ul li.home, div.navfooter ul li.up {
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0px auto;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
color: #dbddec;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user