Remove unused CSS
The browse_details CSS classes were removed in30ab1e91da
andc4090bb150
This commit is contained in:
parent
db8e193d71
commit
7ea3398c79
2 changed files with 0 additions and 10 deletions
|
@ -777,15 +777,6 @@ tr.turn:hover {
|
||||||
|
|
||||||
.routing_marker { width: 15px; cursor: move; }
|
.routing_marker { width: 15px; cursor: move; }
|
||||||
|
|
||||||
/* Rules for entity history */
|
|
||||||
|
|
||||||
#sidebar_content {
|
|
||||||
.browse_details {
|
|
||||||
position: relative;
|
|
||||||
border-bottom: $keyline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.browse_status {
|
.browse_status {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,6 @@ $darkgrey: #888;
|
||||||
$hovercolor: 20%;
|
$hovercolor: 20%;
|
||||||
$headerHeight: 55px;
|
$headerHeight: 55px;
|
||||||
$sidebarWidth: 350px;
|
$sidebarWidth: 350px;
|
||||||
$keyline: 1px solid $lightgrey;
|
|
||||||
$list-highlight: #FFFFC0;
|
$list-highlight: #FFFFC0;
|
||||||
$border: 1px solid $grey;
|
$border: 1px solid $grey;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue