~ubuntu-branches/ubuntu/maverick/kubuntu-docs/maverick

« back to all changes in this revision

Viewing changes to kubuntu/libs/index-table.css

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2007-08-17 16:58:46 UTC
  • Revision ID: james.westby@ubuntu.com-20070817165846-yjc0vhhp70bmdipm
Tags: 7.10-2
* New SVN checkout
* Commented out translations in debian/rules until final release
* Added about-kubuntu.desktop to plugins/kubuntu for LiveCD desktop icon
* Added index-table.css to debian/rules for the index.html file
* Cleaned up Makefile in SVN, show changes here
* Added pot files for about-kubuntu and systemdocs .desktop and .directory
  files
* Closes the following bugs:
  - (LP: #125325)
  - (LP: #131076)
  - (LP: #107062)
  - (LP: #129327)
  - (LP: #123648)
  - (LP: #131366)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Special tweaks for the index table
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation; either version 3 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License
 
15
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 
16
 */
 
17
@import "kubuntu-default.css";
 
18
@import "kde-default.css";
 
19
 
 
20
.informaltable .sidebar {
 
21
        background-color: #e9e9e9;
 
22
        border-right: 1px dotted #000;
 
23
}
 
24
 
 
25
.informaltable .sidebar a:link, a:visited, a:hover {
 
26
        background-color: #e9e9e9;
 
27
}
 
28
 
 
29
.sidebar table {
 
30
        width: 325px;
 
31
}
 
32
 
 
33
.main {
 
34
        width: 100%;
 
35
}
 
36
 
 
37
.main a:link, a:visited, a:hover {
 
38
        background-color: #fff;
 
39
}
 
40