diff options
author | thomascube <thomas@roundcube.net> | 2012-01-18 11:50:17 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-18 11:50:17 +0000 |
commit | 50d6e918e147b12a547d01b877c98b558d6cfd66 (patch) | |
tree | 40e27a6ded3cce81029c9bc0cd18c97824634c4d /skins/larry/styles.css | |
parent | a49a00fd30bda2fc67d74d515bff9bf2d30df089 (diff) |
Use <uri> value from package.xml to build download links in about screen; show links in default style
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 4ca9ac7a0..3d090c0ac 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -958,13 +958,6 @@ table.records-table { border-left: 0; } -.records-table tbody td a { - color: #333; - text-decoration: none; - white-space: nowrap; - cursor: default; -} - .records-table tr.selected td { color: #fff !important; background: #019bc6; |