diff options
author | pb1dft <pb1dft@ampache> | 2006-11-22 23:24:28 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-11-22 23:24:28 +0000 |
commit | 78f14cef8d1a540d2ce8aee9358e66d36bd6a120 (patch) | |
tree | 10fb707d6277e0049c9e4f23d2dca010af03aa27 /templates/default.css | |
parent | e11dd5236ec4ec691472eb613db30020b979990b (diff) | |
download | ampache-78f14cef8d1a540d2ce8aee9358e66d36bd6a120.tar.gz ampache-78f14cef8d1a540d2ce8aee9358e66d36bd6a120.tar.bz2 ampache-78f14cef8d1a540d2ce8aee9358e66d36bd6a120.zip |
Made some modifications to the css stuff to support handhelds and print page
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.css b/templates/default.css index a8bda27d..625ea8ec 100644 --- a/templates/default.css +++ b/templates/default.css @@ -642,7 +642,7 @@ li.current-rating{ float:right; } #tv_np .box { - aligh:right; + text-align:right; } #tv_left { float:left; |