~noskcaj/ubuntu/saucy/dhelp/apache2.4

« back to all changes in this revision

Viewing changes to dhelp.css

  • Committer: Charlie Smotherman
  • Date: 2012-11-05 23:48:50 UTC
  • mfrom: (22.1.1 dhelp)
  • Revision ID: cjsmo@cableone.net-20121105234850-4a447ob81bs9a5je
Tags: 0.6.21+nmu1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - lib/dhelp.rb:
    + Exit and return zero code if bdb isn't available; this usually
      indicates that dhelp is not configured yet.
* Non-Maintainer Upload
* Dropped the declaration of dependence on ruby-commandline, which was
  already done on the code
* New maintainer: Georgios M. Zarkadas <gz@member.fsf.org> (Closes: #650441). 
* Support other web servers in addition to apache2 (Closes: #669041).
* Support apache2 packaging transition for version 2.4 (Closes: #669758).
* Support new ruby packaging policy transition for Wheezy.
* Use OptionParser instead Commandline::Application (Closes: #678055).
  Thanks Gunnar Wolf.
* Support new layout of man2html cgi scripts for Wheezy.
* Keep supporting previous policies/layouts, either during build time or
  during runtime, to aid backporting.
* Man and info pages links are activated only if associated packages are
  installed on the system.
* Subsections now show in the sections list only if section is selected.
* New color, styles and icons themes.
* Package installation now does not fail if cache data cannot be generated
  during install.
* Fix some minor lintian warnings.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
    margin-top: 0;
3
 
}
4
 
 
5
 
body * {
6
 
    font-family: georgia, verdana, arial, sans-serif;
7
 
}
8
 
 
9
 
h2 {
10
 
    margin-bottom: 0;
11
 
    margin-left: 1em;
12
 
}
13
 
 
14
 
a { text-decoration: none; }
15
 
a:visited { color: #a0a }
16
 
 
17
 
label { font-weight: bold; }
18
 
 
19
 
#top-bar {
20
 
    position: relative;
21
 
    top: 0; left: 0;
22
 
    padding: 0;
23
 
    margin: 1ex 0;
24
 
    padding-bottom: 1ex;
25
 
    width: 100%;
26
 
 
27
 
    border-bottom: 1px solid;
28
 
 
29
 
    font-size: 16px;
30
 
}
31
 
#top-bar * { font-size: 16px; }
32
 
#top-bar h1 {
33
 
    display: inline;
34
 
    margin-top: 0;
35
 
    padding-top: 0;
36
 
 
37
 
    font-weight: normal;
38
 
}
39
 
 
40
 
#logo img {
41
 
    padding-right: 0.3em;
42
 
    border: 0;
43
 
}
44
 
#navigation-bar {
45
 
    position: absolute;
46
 
    top: 0;
47
 
    right: 0;
48
 
}
49
 
#content { clear: both; }
50
 
 
51
 
#search-form { display: inline; text-align: right; }
52
 
#search-form-contents { display: inline }
53
 
 
54
 
.rank {
55
 
    float: left;
56
 
    font-size: large;
57
 
}
58
 
.result {
59
 
    margin-top: 2ex;
60
 
}
61
 
.result-description {
62
 
    font-size: large;
63
 
    margin-left: 4em;
64
 
    display: block;
65
 
}
66
 
.extract {
67
 
    font-size: medium;
68
 
    font-style: italic;
69
 
    display: block;
70
 
}
71
 
 
72
 
.pager {
73
 
    text-align: right;
74
 
    border-top: 0;
75
 
    margin-top: 0;
76
 
}
77
 
 
78
 
.page  {
79
 
    font-weight: bold;
80
 
    font-size: 120%;
81
 
}
82
 
.current-page { color: #bbb }
83
 
 
84
 
#dir-panel {
85
 
    margin: 1em;
86
 
}
87
 
.dir-panel-entry-subsection { margin-left: 1em; }
88
 
 
89
 
.doc_name { font-weight: bold; }
90
 
.doc_description {
91
 
    font-size: small;
92
 
    margin-bottom: 2ex;
93
 
}
94
 
 
95
 
#item-list {
96
 
    float: right;
97
 
    width: 80%;
98
 
}