CSS: Add padding to title links.
This commit is contained in:
parent
a3c989cec9
commit
040d532fb9
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ h1#title, h2#subtitle, #actions, #references {
|
||||||
line-height: 140%;
|
line-height: 140%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3.title > a {
|
||||||
|
display: block;
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
#actions, #references {
|
#actions, #references {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
|
|
Loading…
Reference in a new issue