simple list displayed with bullets on portal

This commit is contained in:
Frédéric Bisson 2019-02-06 12:03:19 +01:00 committed by Emmanuel Cazenave
parent a871eb00dd
commit 05386658a8
1 changed files with 6 additions and 0 deletions

View File

@ -583,6 +583,12 @@ body.page-index #columns {
li, h2 { border-radius: 0; }
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
a {
display: block;
border: none;