From 06a4de26e05b74e3ed5493cef205af91462678a1 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 23 Sep 2012 20:57:43 +0200 Subject: Making the list creation method. --- css/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'css') 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; -- cgit v1.2.3