~ubuntu-branches/debian/sid/ampache/sid

« back to all changes in this revision

Viewing changes to themes/penguin/templates/default.css

  • Committer: Package Import Robot
  • Author(s): Charlie Smotherman
  • Date: 2013-08-27 13:19:48 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130827131948-1czew0zxn6u70dtv
Tags: 3.6-rzb2752+dfsg-1
* New upsteam snapshot.  Contains important bug fixes to the installer.
* Correct typo in ampache-common.postrm.
* Remove courtousy copy of php-getid3, during repack.  Closes: #701526
* Update package to use dh_linktree to make the needed sym links to the
  needed system libs that were removed during repack.
* Update debian/rules to reflect upstreams removing/moving of modules.
* Update debian/ampache-common.install to reflect upstreams removal of files.
* Updated to use new apache2.4 API. Closes: #669756
* Updated /debian/po/de.po thx David Prévot for the patch.  Closes:  #691963
* M3U import is now ordered, fixed upstream.  Closes: #684984
* Text input area has been resized so IPv6 addresses will now fit, fixed
  upstream.  Closes:  #716230
* Added ampache-common.preinst to make sure that the courtousy copies of code
  dirs are empty so dh_linktree can do it's magic on upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
 Copyright (c) Ampache.org
4
 
 All rights reserved.
5
 
 
6
 
 This program is free software; you can redistribute it and/or
7
 
 modify it under the terms of the GNU General Public License v2
8
 
 as published by the Free Software Foundation
9
 
 
10
 
 This program is distributed in the hope that it will be useful,
11
 
 but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
 GNU General Public License for more details.
14
 
 
15
 
 You should have received a copy of the GNU General Public License
16
 
 along with this program; if not, write to the Free Software
17
 
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
18
 
 
19
 
*/
20
 
 
 
1
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
 
2
/**
 
3
 *
 
4
 * LICENSE: GNU General Public License, version 2 (GPLv2)
 
5
 * Copyright 2001 - 2013 Ampache.org
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or
 
8
 * modify it under the terms of the GNU General Public License v2
 
9
 * as published by the Free Software Foundation.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software
 
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
19
 *
 
20
 */
21
21
 
22
22
/************************************************/
23
23
/*    Unify default browsers style rules        */
101
101
input[type=checkbox] {
102
102
        border:0
103
103
}
104
 
/************************************************/
105
 
/*             IE6 behaviors                    */
106
 
/* - csshover2: :hover support on any element   */
107
 
/************************************************/
 
104
/***************************************************/
 
105
/*             IE6 behaviors                       */
 
106
/* - Whatever:hover: :hover support on any element */
 
107
/***************************************************/
108
108
body {
109
 
        behavior:url("templates/csshover2.htc");
 
109
        behavior:url("modules/whatever_hover/csshover3.htc");
110
110
}
111
111
/************************************************/
112
112
/*         Float Clearer                        */
1033
1033
        text-transform:uppercase;
1034
1034
        color: #FC0;
1035
1035
}
 
1036
.format-specifier {
 
1037
    text-transform: none;
 
1038
}