Remove unused

This commit is contained in:
John Firebaugh 2013-10-02 10:37:04 -07:00
parent 37f4214128
commit daf55682f8

View file

@ -1405,19 +1405,6 @@ body.browse #sidebar_content {
margin-bottom: $lineheight; margin-bottom: $lineheight;
overflow: auto; overflow: auto;
height: 10em; height: 10em;
&:p#last {
margin-bottom: 0px;
}
&:ol {
margin-bottom: 0px;
}
&:img {
display: block;
margin: $lineheight auto inherit auto;
}
} }
#decline { #decline {
@ -1727,12 +1714,6 @@ img.user_thumbnail_tiny {
border: 1px solid #ccc; border: 1px solid #ccc;
} }
/* Rule for "nowrap" class that can be applied to anything to stop wrapping */
.nowrap {
white-space: nowrap;
}
/* Rules for geo microformats */ /* Rules for geo microformats */
abbr.geo { abbr.geo {
@ -1771,10 +1752,6 @@ ul.secondary-actions {
margin-right: 0px; margin-right: 0px;
} }
} }
.dropdown-menu {
left: auto;
right: 0;
}
} }
/* Utility for managing inner content areas */ /* Utility for managing inner content areas */