mirror of https://github.com/nymea/nymea.git
Remove bullet point rule and make it work for chrome
parent
2aa785aa6c
commit
8e31ec055c
|
|
@ -883,19 +883,6 @@ div.header + li {
|
|||
padding-left: 1;
|
||||
}
|
||||
|
||||
.content ul li::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
background-image: url('data:image/svg+xml;utf8,<svg width="6" height="6" viewBox="0 0 6 6" xmlns="http://www.w3.org/2000/svg"><circle fill="#666" cx="3" cy="3" r="3"></circle></svg>');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.content a {
|
||||
text-decoration: none;
|
||||
color: #439c91;
|
||||
|
|
|
|||
13
doc/main.css
13
doc/main.css
|
|
@ -883,19 +883,6 @@ div.header + li {
|
|||
padding-left: 1;
|
||||
}
|
||||
|
||||
.content ul li::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
background-image: url('data:image/svg+xml;utf8,<svg width="6" height="6" viewBox="0 0 6 6" xmlns="http://www.w3.org/2000/svg"><circle fill="#666" cx="3" cy="3" r="3"></circle></svg>');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.content a {
|
||||
text-decoration: none;
|
||||
color: #57baae;
|
||||
|
|
|
|||
Loading…
Reference in New Issue