[pygtk-web] 2009-07-23 Rafael Villar Burke <pachi rvburke com>



commit 41198f7e41e5d2d61b30b5f00a79550fb5f5c74a
Author: Rafael Villar Burke <pachi rvburke com>
Date:   Thu Jul 23 17:15:33 2009 +0200

    2009-07-23  Rafael Villar Burke  <pachi rvburke com>
    
            * default.css: make links look cleaner

 default.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/default.css b/default.css
index cc219c3..78c8be7 100644
--- a/default.css
+++ b/default.css
@@ -11,6 +11,14 @@ a img {
   border: 0;
 }
 
+a {
+  text-decoration:none;
+}
+
+a:hover {
+  text-decoration:underline;
+}
+
 a:link {
   color: #0000ff;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]