summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-16 06:47:38 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-16 06:47:38 +0000
commit4b58b3e218d2e926d7bb0e4d07be2877853de689 (patch)
treedae3653707e6355e0278878268b14a390e5aee67
parentb49eff3e1330025e202d2ff22dc27da9583f5b2b (diff)
downloadampache-4b58b3e218d2e926d7bb0e4d07be2877853de689.tar.gz
ampache-4b58b3e218d2e926d7bb0e4d07be2877853de689.tar.bz2
ampache-4b58b3e218d2e926d7bb0e4d07be2877853de689.zip
slight tweak to the stylesheet, fixed typo in changelog
-rwxr-xr-xdocs/CHANGELOG3
-rw-r--r--lib/init.php2
-rw-r--r--templates/handheld.css4
-rw-r--r--templates/print.css2
4 files changed, 3 insertions, 8 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index 30747792..c88feed8 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,8 +4,9 @@
--------------------------------------------------------------------------
v.3.4-Alpha3
+ - Updated Ajax Load icon (Thx Spocky)
- Replaced Flash Player with Lacy Morrow's (http://blog.lacymorrow.com/)
- (Thx Hugoh) (Thx Hugoh) (Thx Hugoh) (Thx Hugoh) (Thx Hugoh) (Thx Hugoh) (Thx Hugoh) (Thx Hugoh) (Thx Hugoh)
+ (Thx Hugoh)
- Fixed ACL's
- Fixed incorrect Mime type being passed with transcoded songs due
to duplicate headers being passed
diff --git a/lib/init.php b/lib/init.php
index bf6c69c4..aab58189 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -77,7 +77,7 @@ if (!count($results)) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.4-Alpha3 Build (001)';
+$results['version'] = '3.4-Alpha3 Build (002)';
$results['int_config_version'] = '5';
$results['raw_web_path'] = $results['web_path'];
diff --git a/templates/handheld.css b/templates/handheld.css
index ef5d9a98..5543d671 100644
--- a/templates/handheld.css
+++ b/templates/handheld.css
@@ -96,10 +96,6 @@ BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }
*[DIR="ltr"] { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"] { direction: rtl; unicode-bidi: embed }
-@page {
- margin: 5%;
- size: landscape;
-}
@media print {
h1 { page-break-before: always }
diff --git a/templates/print.css b/templates/print.css
index f4d963de..1edc9a20 100644
--- a/templates/print.css
+++ b/templates/print.css
@@ -93,8 +93,6 @@ BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }
*[DIR="ltr"] { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"] { direction: rtl; unicode-bidi: embed }
-@page { margin: 5%; size: landscape; }
-
@media print {
h1 { page-break-before: always }