fix style bug

This commit is contained in:
MaysWind 2016-08-01 22:47:21 +08:00
parent 86199cca05
commit f80a0504c9
2 changed files with 1 additions and 4 deletions

View file

@ -10,6 +10,7 @@
.fa-rotate-45 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
filter: none;

View file

@ -77,10 +77,6 @@
margin-right: 0;
top: 5px;
}
.skin-aria-ng .main-header .navbar .dropdown-menu li.divider {
background-color: rgba(255, 255, 255, 0.1);
}
}
.skin-aria-ng .main-header .logo {