diff options
Diffstat (limited to 'webroot/css/base.css')
-rw-r--r-- | webroot/css/base.css | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css index e783306..2e69090 100644 --- a/webroot/css/base.css +++ b/webroot/css/base.css @@ -344,35 +344,6 @@ div#login label, input { margin-right:10px; } -.pagination { - display: inline-block; - font-size: 77%; - text-decoration: none; -} -.pagination a, .pagination .dots { - background:url("../img/grad-grey.gif") repeat-x scroll center top #C3C3C3; - border:1px solid #C3C3C3; - display: inline-block; - color:#444444 !important; - margin-right: 2px; - padding: 6px 8px; - text-decoration:none; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -.pagination a:hover { - background: url("../img/grad-grey-hover.gif") repeat-x scroll center top #C3C3C3; - color: #444444; -} -.pagination a.current { - background: url("../img/grad-grey-rev.gif") repeat-x scroll center top #C3C3C3; - color: #444444; -} -.pagination a.number.current { - color: #444; -} - .table { border:1px solid #CCCCCC; width:100%; |