Skip to content

Commit

Permalink
Fix CSS syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Oct 24, 2014
1 parent 12cadb5 commit 99b00b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/Icinga-Design/icinga-design.css
Expand Up @@ -263,7 +263,7 @@ select.input-sm {
.pagination > .active > span:focus {

background-color: #049baf !important;
border-color: fuchsia !mportant;
border-color: fuchsia !important;

}

Expand Down Expand Up @@ -682,7 +682,7 @@ ul.icinga-subnavigation {
.nav-stacked > li > a:hover,
.icinga-subnavigation > li > a:focus {
/* font-weight: bold;*/
background-color: transparent; !important;
background-color: transparent !important;
display: inline-block;
}

Expand Down Expand Up @@ -781,7 +781,6 @@ background-color: #fff;
position: absolute;
overflow: hidden;
padding-top: 0;
padding-bottom;
margin-left: 2px;
margin-top: -8px;
}
Expand Down

0 comments on commit 99b00b7

Please sign in to comment.