Lists on Index page
Fixed layout of the index page lists
This commit is contained in:
@@ -868,4 +868,27 @@ image_gruppenavn{
|
||||
border: double;
|
||||
border-color: rgb(0, 113, 185);
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.Collapse-Button:hover {
|
||||
border-color: rgb(52, 152, 219);
|
||||
}
|
||||
|
||||
ul.Circle-list {
|
||||
display: inline-block;
|
||||
text-align: initial;
|
||||
}
|
||||
|
||||
ul.Circle-list li:before {
|
||||
content: "\2022"; /* Unicode for a bullet */
|
||||
color: rgb(0, 113, 185);
|
||||
font-weight: bold;
|
||||
display: inline-block; /* Needed to add space between the bullet and the text */
|
||||
width: 1em; /* Also needed for space (tweak if needed) */
|
||||
margin-left: -1em; /* Also needed for space (tweak if needed) */
|
||||
}
|
||||
|
||||
ol.Subject-list {
|
||||
list-style-type: decimal;
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user