Clean up
This commit is contained in:
parent
af227e5aeb
commit
2b42fd102a
1 changed files with 3 additions and 21 deletions
|
@ -97,9 +97,9 @@ 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;
|
||||||
box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -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;
|
||||||
|
@ -168,10 +159,6 @@ h6:first-child {
|
||||||
background:transparent image-url("sprite.png") no-repeat 0 0;
|
background:transparent image-url("sprite.png") no-repeat 0 0;
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
|
||||||
|
|
||||||
.icon-pre-text {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.search { background-position: 0 0; }
|
.icon.search { background-position: 0 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue