forked from ulovliglogning/ulovliglogning.dk
Nyt forsøg på at ændre linjehøjde i lister
This commit is contained in:
parent
556d80d054
commit
cb94cfb00b
|
@ -121,6 +121,10 @@ ol {
|
|||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
line-height:1.5rem;
|
||||
}
|
||||
|
||||
table {
|
||||
td:first-child {
|
||||
font-weight: bold;
|
||||
|
|
|
@ -110,7 +110,6 @@ nav {
|
|||
width: 100%;
|
||||
background: #555;
|
||||
text-align: center;
|
||||
line-height:1.5em;
|
||||
li a {
|
||||
display: block;
|
||||
border-top: 1px solid #424242;
|
||||
|
@ -194,4 +193,7 @@ section {
|
|||
//margin: 8rem 0 3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
ul{
|
||||
line-height:1.5em;
|
||||
}
|
Loading…
Reference in a new issue