From 7de453162fca33c0cee5f7013e1d74c56695ee59 Mon Sep 17 00:00:00 2001 From: jaleelzhang Date: Thu, 21 Mar 2013 21:05:29 +0800 Subject: [PATCH] Update style.css --- static/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 1e26e66..ef774ff 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -15,4 +15,10 @@ h2 { font-size: 1.2em; } margin-bottom: 1em; background: #fafafa; } .flash { background: #CEE5F5; padding: 0.5em; border: 1px solid #AACBE2; } -.error { background: #F0D6D6; padding: 0.5em; } \ No newline at end of file +.error { background: #F0D6D6; padding: 0.5em; } + +/*@author Jaleel*/ +/*@addTime 2013.03.21*/ +a{color:gray;text-decoration:none;} + +a:hover{color:red;text-decoration:underline}