basewiki: bootstap.local.css: footer ul without bullet points and padding
This commit is contained in:
parent
fecf00a6a5
commit
41d32732f4
1 changed files with 7 additions and 0 deletions
7
basewiki/bootstrap.local.css
vendored
7
basewiki/bootstrap.local.css
vendored
|
@ -124,6 +124,13 @@ code {
|
||||||
/* list-style-type: none; */
|
/* list-style-type: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer ul {
|
||||||
|
margin: inherit;
|
||||||
|
padding: 0;
|
||||||
|
height: inherit;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* limit main content to ~90 chars per line */
|
/* limit main content to ~90 chars per line */
|
||||||
/* update: practical typography recommends 2-3 alphabets */
|
/* update: practical typography recommends 2-3 alphabets */
|
||||||
#content {
|
#content {
|
||||||
|
|
Loading…
Add table
Reference in a new issue