diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-08 01:01:43 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-08 01:01:43 +0000 |
commit | 941afedab85ffd77a83188ca09a888e0603fae72 (patch) | |
tree | fb2d3dc2bf216e244b4ffce251a88b6e7d2afc00 /contrib/themes/theBside | |
parent | f1a2914ce3d9191ba84e950bfaa8fcf5fbbc5130 (diff) | |
download | ampache-941afedab85ffd77a83188ca09a888e0603fae72.tar.gz ampache-941afedab85ffd77a83188ca09a888e0603fae72.tar.bz2 ampache-941afedab85ffd77a83188ca09a888e0603fae72.zip |
few more updates to the themes, this should round out the screenshots many themes still need updates to account for new styles in 3.3.2
Diffstat (limited to 'contrib/themes/theBside')
-rwxr-xr-x | contrib/themes/theBside/screencap/01.jpg | bin | 0 -> 140432 bytes | |||
-rw-r--r-- | contrib/themes/theBside/templates/style.inc | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/contrib/themes/theBside/screencap/01.jpg b/contrib/themes/theBside/screencap/01.jpg Binary files differnew file mode 100755 index 00000000..ca71972b --- /dev/null +++ b/contrib/themes/theBside/screencap/01.jpg diff --git a/contrib/themes/theBside/templates/style.inc b/contrib/themes/theBside/templates/style.inc index 32068169..8620b0be 100644 --- a/contrib/themes/theBside/templates/style.inc +++ b/contrib/themes/theBside/templates/style.inc @@ -215,5 +215,13 @@ font-size: 12px; font-weight: normal; } + #topbar + { + height: 130px; + padding-top:10px; + padding-left:10px; + background-color: <?php echo conf('bg_color1'); ?>; + } + --> </style> |