bunch of small tweaks, fixed a typo

This commit is contained in:
Mark Otto
2011-06-29 07:40:14 -07:00
parent a878b83e69
commit 5f818d3d22
7 changed files with 42 additions and 113 deletions

View File

@@ -45,7 +45,6 @@ div.topbar {
font-weight: 200;
line-height: 1;
img {
display: inline;
float: left;
margin-right: 6px;
}
@@ -122,13 +121,6 @@ div.topbar {
background-color: #222;
background-color: rgba(0,0,0,.5);
}
// Vertical rule
&.vr {
border-left: 1px solid #008db8;
border-right: 1px solid #00a0d1;
height: 26px;
margin: 6px 3px 1px 3px;
}
}
// Dropdowns
&.primary-nav li ul {
@@ -356,7 +348,6 @@ ul.pills {
li {
display: inline;
a {
display: inline;
float: left;
width: auto;
}
@@ -427,7 +418,6 @@ div.pagination {
li {
display: inline;
a {
display: inline;
float: left;
padding: 0 14px;
line-height: (@baseline * 2) - 2;