diff options
author | angie <angie> | 2008-06-29 13:44:17 +0000 |
---|---|---|
committer | angie <angie> | 2008-06-29 13:44:17 +0000 |
commit | 68f6bb4189a954468365b6f4ecd9d2ed2d585ebf (patch) | |
tree | 004340a6b28e0747f54d4476d2c061bcdc905194 | |
parent | b6e5b76bd8f4182a827cdea619f90eadfa4b982a (diff) |
CSS: error explanation
-rw-r--r-- | public/stylesheets/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 4fc993603..f99d8cb72 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -518,6 +518,13 @@ div.pagination { text-align: center; padding-top: 0.3em;} } +.errorExplanation +{ + color: #FF0606; + font-size: 1.4em; + font-weight: bold; +} + /*---------------- content : request detail pages */ #request_sidebar |