Merge "Removing dead css"
This commit is contained in:
commit
325ae28c18
@ -199,72 +199,6 @@ a.current_item:hover h4 {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .switcher_bar {
|
|
||||||
width: 190px;
|
|
||||||
height: 38px;
|
|
||||||
padding: 5px 0;
|
|
||||||
margin-left: 14px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar .switcher_bar a.dropdown-toggle {
|
|
||||||
display: block;
|
|
||||||
padding: 5px 0;
|
|
||||||
background-image: url(../img/drop_arrow.png);
|
|
||||||
border: 1px solid #c0d9e4;
|
|
||||||
background-color: #e9f5fa;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 167px 23px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar .switcher_bar a.dropdown-toggle:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
background-color: #cde8f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar .switcher_bar:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar .switcher_bar {
|
|
||||||
h3 {
|
|
||||||
color: #4790ae;
|
|
||||||
font-size: 16px;
|
|
||||||
margin: -6px 0 0 14px;
|
|
||||||
padding: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow:ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
h3:hover {
|
|
||||||
white-space: normal;
|
|
||||||
overflow: visible;
|
|
||||||
text-overflow: none;
|
|
||||||
padding-right: 1em;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar .switcher_bar h4 {
|
|
||||||
color: #6fabc4;
|
|
||||||
font-size: 10px;
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-weight: normal;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.sidebar .switcher_bar ul {
|
|
||||||
border: 1px solid #c0d9e4;
|
|
||||||
margin-left: -1px;
|
|
||||||
width: 190px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar .switcher_bar li a:hover{
|
|
||||||
background: #92d6f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#usage {
|
#usage {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
height: 125px;
|
height: 125px;
|
||||||
|
Loading…
Reference in New Issue
Block a user