~ubuntu-branches/ubuntu/precise/kubuntu-docs/precise-proposed

« back to all changes in this revision

Viewing changes to libs/index-table.css

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2009-09-02 01:48:34 UTC
  • Revision ID: james.westby@ubuntu.com-20090902014834-w57dbgyooz6hn4sb
Tags: 9.10.1
* Initial release of the Karmic documentation, fixes a bunch of bugs:
  - Default package manager has to be changed (LP: #353327)
  - Link fails in doc index for viewing Windows partition (LP: #367224)
  - Application Launcher instructions confusing (LP: #367256)
  - Konversation still listed as default IRC client (LP: #353377)
  - Office section listed OpenOffice.org version 2 (LP: #353381)
  - kdesu in printing section (LP: #354000)
  - string error in network section (LP: #355975)
  - hyperlinks on index page were messed up (LP: #367243)
  - Typo in internet section (LP: #416715)
  - Reference to feisty in add-applications (LP: #385026)
  - Typo (LP: #413695)
  - Two printer configurator (LP: #417150)
  - Pringing section listed System Settings in Favorites (LP: #417177)
  - Firefox bookmark handling UI changed (LP: #416502)
  - Ugly hyperlinks and then some in Konqueror (LP: #367243)
* debian/rules:
  - commented out translations section until final release
  - changed khelpdesktop location to fix FTBFS
  - removed index-table.css as it isn't used anymore
  - removed libs/*.html for contribs and legal as it isn't needed anymore
  - changed basic-concepts to basic-commands
  - changed programming to development
* debian/compat: bumped to 7 for debhelper
* debian/control: bumped to 7 for debhelper, 3.8.3 for standards, added
  shlibs and misc depends
* debian/kubuntu-systemdocs: removed (temporarily?)
* debian/source.lintian-overrides: removed, not needed anymore
* debian/postinst: removed, replaced with kubuntu-docs.links
* debian/prerm: removed, not needed anymore
* debian/kubuntu-docs.links: added to link css and kubuntu index file

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
 
 
41
 
img {
42
 
        border: none;
43
 
}
44
 
 
45
 
a img {
46
 
        text-decoration: none;
47
 
        padding-right: 20px;
48
 
}
49