diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-23 20:57:43 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-23 20:57:43 +0200 |
commit | 06a4de26e05b74e3ed5493cef205af91462678a1 (patch) | |
tree | a6d6f009b3792f838fb4d9a2ff24d3d866cbf201 /css | |
parent | 0a4b5d24845fb86bade3ab3c38a6202862d6caad (diff) |
Making the list creation method.
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 277ff52..fa2f407 100644 --- a/css/style.css +++ b/css/style.css @@ -21,6 +21,13 @@ h1, h2, h3 { span.domain, span.email, span.alias, span.mailbox, span.list { font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace; } +.errorhttp { + font-family: serif, times; + margin: 25pt auto; + text-align: center; + font-size: 25pt; + font-weight: bold; +} /* Login form */ @@ -128,11 +135,16 @@ table.list thead th { font-size: 11pt; margin: 10pt; } +a.external { + text-decoration: none; + color:#ff0000; + color: #1a1a1a; +} /* Edit modes */ .help { - font-size: 8pt; + font-size: 8pt; text-align: justify; color: #6A6A6A; padding: 0 50pt; |