mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
#32: Fix, and it's rather wonderful.
This commit is contained in:
parent
b6a2bdd4bc
commit
420dcb8016
4 changed files with 382 additions and 42 deletions
|
|
@ -34,7 +34,7 @@ del {
|
|||
color: red;
|
||||
}
|
||||
|
||||
div.content, form, p, pre, h1, h2, h3, h4, h5 {
|
||||
div.content, div.error, div.message, form, p, pre, h1, h2, h3, h4, h5 {
|
||||
padding: 0.1em 5% 0 5%;
|
||||
}
|
||||
|
||||
|
|
@ -42,6 +42,14 @@ dl, menu, ol, table, ul {
|
|||
margin: 0.25em 5%;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* footer of the page - not-editable, provided by Smeagol */
|
||||
footer {
|
||||
border-top: thin solid gray;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue