Use `list-style` shorthand with x-browser compatible values

Change-Id: I6e47cb2dc406b9cfa3e2ca9b63f8cecce7c59ce1
This commit is contained in:
Volker E 2018-10-15 19:13:07 -07:00
parent f42faabb49
commit 6c3e0b62f2
4 changed files with 5 additions and 10 deletions

View File

@ -6,8 +6,7 @@
direction: ltr;
ul {
list-style-type: none;
list-style-image: none;
list-style: none none;
margin: 0;
padding: 0;

View File

@ -11,8 +11,7 @@
}
ul {
list-style-type: none;
list-style-image: none;
list-style: none none;
margin: 0;
padding-left: 10em; /* Keep from overlapping logo */
}

View File

@ -19,8 +19,7 @@
ul {
float: left;
height: 100%;
list-style-type: none;
list-style-image: none;
list-style: none none;
margin: 0;
padding: 0;
.background-image('images/tab-break.png');
@ -189,8 +188,7 @@
}
.vectorMenu ul {
list-style-type: none;
list-style-image: none;
list-style: none none;
padding: 0;
margin: 0;
text-align: left;

View File

@ -25,8 +25,7 @@
padding-right: 1px;
height: 2.25em;
white-space: nowrap;
list-style-type: none;
list-style-image: none;
list-style: none none;
.background-image('../images/preferences/break.png');
background-position: bottom right;
background-repeat: no-repeat;