This commit is contained in:
John Firebaugh 2013-10-02 14:10:20 -07:00
parent af227e5aeb
commit 2b42fd102a

View file

@ -97,8 +97,8 @@ abbr, acronym {
/* Default rules for the body of every page */ /* Default rules for the body of every page */
* { * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
@ -139,15 +139,6 @@ small, aside {
font-size: 12px; font-size: 12px;
} }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
margin-top: 0;
}
.column-1 { .column-1 {
width: 50%; width: 50%;
margin: 0 0 $lineheight/2 0; margin: 0 0 $lineheight/2 0;
@ -170,10 +161,6 @@ h6:first-child {
overflow:hidden; overflow:hidden;
} }
.icon-pre-text {
margin-right: 5px;
}
.icon.search { background-position: 0 0; } .icon.search { background-position: 0 0; }
.icon.donate { background-position: -20px 0; } .icon.donate { background-position: -20px 0; }
.icon.zoomin { background-position: -40px 0; } .icon.zoomin { background-position: -40px 0; }
@ -381,10 +368,6 @@ nav.primary {
color: #ccc; color: #ccc;
cursor: default; cursor: default;
&:hover {
text-decoration: none;
}
.caret { .caret {
border-top-color: #ccc; border-top-color: #ccc;
} }
@ -582,7 +565,6 @@ nav.secondary {
width: 40px; width: 40px;
background-color: #333; background-color: #333;
background-color: rgba(0,0,0,.6); background-color: rgba(0,0,0,.6);
-bottom: 1px solid #333;
border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;
margin-bottom: 10px; margin-bottom: 10px;
outline: none; outline: none;
@ -1842,7 +1824,7 @@ a.button {
*[value="Hide"] + input:nth-child(2):not(:last-child), *[value="Hide"] + input:nth-child(2):not(:last-child),
*[value="Hide"] + .button:nth-child(2):not(:last-child) { *[value="Hide"] + .button:nth-child(2):not(:last-child) {
border-radius:2px 0 0 2px; border-radius:2px 0 0 2px;
border-right-width: 1px solid white; border-right-width: 1px;
} }
} }