diff options
| author | hukl <contact@smyck.org> | 2009-04-13 21:45:03 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-13 21:45:03 +0200 |
| commit | 45e3774674e99a3d14e0cc0bbacaa2281b40111a (patch) | |
| tree | 190ec835dbffaa8a6a3f55dd90388d16deb587b9 /public/stylesheets/admin.css | |
| parent | e4dd7a33a84d755f81fe5d07bcfb372f397f9cab (diff) | |
now the letter-spacing could use 1px - not more i say!
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 802ad31..84bfe4f 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -25,6 +25,10 @@ th { | |||
| 25 | 25 | ||
| 26 | /* Pagination */ | 26 | /* Pagination */ |
| 27 | 27 | ||
| 28 | div.pagination { | ||
| 29 | letter-spacing: 1px; | ||
| 30 | } | ||
| 31 | |||
| 28 | div.pagination span.current, div.pagination a:hover { | 32 | div.pagination span.current, div.pagination a:hover { |
| 29 | color: #ff9600; | 33 | color: #ff9600; |
| 30 | } | 34 | } |
