nav and font stuff
This commit is contained in:
Vendored
+1
@@ -120,6 +120,7 @@ html is set to 62.5% so that all the REM measurements throughout Skeleton
|
||||
are based on 10px sizing. So basically 1.5rem = 15px :) */
|
||||
html {
|
||||
font-size: 62.5%; }
|
||||
|
||||
body {
|
||||
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
|
||||
line-height: 1.6;
|
||||
|
||||
@@ -112,8 +112,7 @@ nav button.active {
|
||||
|
||||
nav button[disabled], nav button[disabled]:hover {
|
||||
color: #333333;
|
||||
font-size: 14pt;
|
||||
text-decoration: line-through
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav button:hover, nav button:focus {
|
||||
|
||||
Reference in New Issue
Block a user