From: stevetruckstuff Date: Sat, 30 Sep 2006 10:36:18 +0000 (+0000) Subject: Move squirrelmail.css into default.css. squirrelmail.css should no longer be needed. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0b5be35dd55979d26c4a3b1212e81a09a04785b9;p=squirrelmail.git Move squirrelmail.css into default.css. squirrelmail.css should no longer be needed. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11785 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/css/default.css b/templates/default/css/default.css index 20a3a525..63347084 100644 --- a/templates/default/css/default.css +++ b/templates/default/css/default.css @@ -37,6 +37,11 @@ a:link, a:visited, a:hover, a:active { color: #002266; } +.thead_caption { + font-weight: bold; + text-align: center; +} + .error_table { color: #ff0000; border: 2px solid #dcdcdc; diff --git a/templates/default/css/squirrelmail.css b/templates/default/css/squirrelmail.css deleted file mode 100644 index 6ec6ed25..00000000 --- a/templates/default/css/squirrelmail.css +++ /dev/null @@ -1,36 +0,0 @@ -.thead_caption { - font-weight: bold; - text-align: center; -} - -.error_list { -} -.error_table { - color: #FF0000; - border: 2px solid #dcdcdc; - background-color: #a0b8c8; - width: 100%; -} -.error_thead { - background-color: #666666; -} -.error_thead_caption { - background-color: #666666; -} -.error_row { - color: #FF0000; -} -.error_val { - color: #000000; - width: 80%; - border: 2px solid #dcdcdc; - -} -.error_key { - width: 20%; - border: 2px solid #dcdcdc; - color: #FF0000; - font-weight: bold; - font-style: italic; - background-color: #dcdcdc; -} \ No newline at end of file