~ubuntu-branches/ubuntu/trusty/log4shib/trusty

« back to all changes in this revision

Viewing changes to doc/html/default.css

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-06-05 21:20:25 UTC
  • Revision ID: package-import@ubuntu.com-20120605212025-uyigtav7dqwvnf41
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BODY
 
2
{
 
3
    BACKGROUND-COLOR: white
 
4
}
 
5
 
 
6
H2
 
7
{
 
8
 color: white;
 
9
 background-color: darkBlue;
 
10
 font-family: arial,helvetica,sanserif;
 
11
}
 
12
 
 
13
H3
 
14
{
 
15
 text-decoration: underline;
 
16
}
 
17
 
 
18
DT
 
19
{
 
20
 font-weight: bold;
 
21
}
 
22