Update CSS with preferred declaration order
This commit is contained in:
parent
3a4d851559
commit
4a616a4a4d
|
@ -4951,8 +4951,8 @@ img,
|
|||
height: auto; }
|
||||
|
||||
a.skip-link {
|
||||
z-index: 1000;
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
top: 0px;
|
||||
right: 0px; }
|
||||
|
||||
|
@ -4961,14 +4961,14 @@ a.skip-link {
|
|||
|
||||
.menu-item {
|
||||
float: left;
|
||||
width: auto;
|
||||
display: inline; }
|
||||
display: inline;
|
||||
width: auto; }
|
||||
|
||||
/* Navbar toggle
|
||||
Custom button for toggling the `.navbar-collapse`, powered by the collapse
|
||||
JavaScript plugin.
|
||||
Navbar vertical align
|
||||
*/
|
||||
* Custom button for toggling the `.navbar-collapse`, powered by the collapse
|
||||
* JavaScript plugin.
|
||||
* Navbar vertical align
|
||||
*/
|
||||
.navbar-toggle {
|
||||
position: relative;
|
||||
float: right;
|
||||
|
@ -4977,7 +4977,9 @@ a.skip-link {
|
|||
background-color: transparent;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
/* We remove the `outline` here, but later compensate by attaching `:hover` styles to `:focus`. */ }
|
||||
/*
|
||||
* We remove the `outline` here, but later compensate by attaching `:hover` styles to `:focus`.
|
||||
*/ }
|
||||
.navbar-toggle:focus {
|
||||
outline: 0; }
|
||||
.navbar-toggle .icon-bar {
|
||||
|
@ -4990,8 +4992,8 @@ a.skip-link {
|
|||
|
||||
.navbar .collapsing,
|
||||
.navbar .collapse.in {
|
||||
width: 100%;
|
||||
float: left; }
|
||||
float: left;
|
||||
width: 100%; }
|
||||
|
||||
.navbar-dark .navbar-toggle {
|
||||
border: 1px solid #fff; }
|
||||
|
@ -5019,19 +5021,19 @@ a.skip-link {
|
|||
margin-left: 0rem; }
|
||||
|
||||
.nav-link {
|
||||
margin-left: .425rem;
|
||||
margin-right: .425rem; }
|
||||
margin-right: .425rem;
|
||||
margin-left: .425rem; }
|
||||
|
||||
.dropdown-menu .dropdown-menu {
|
||||
position: relative;
|
||||
display: block;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
width: 140px;
|
||||
margin-left: 10px;
|
||||
width: 140px; }
|
||||
border: none;
|
||||
box-shadow: none; }
|
||||
.dropdown-menu .dropdown-menu li {
|
||||
list-style: square;
|
||||
padding-left: 0px; }
|
||||
padding-left: 0px;
|
||||
list-style: square; }
|
||||
|
||||
.dropdown-menu .menu-item {
|
||||
width: 100%; }
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue