~ken-vandine/content-hub/fix_pending_check

« back to all changes in this revision

Viewing changes to doc/extra.css

  • Committer: Thomas Voß
  • Date: 2013-07-15 11:07:50 UTC
  • Revision ID: thomas.voss@canonical.com-20130715110750-l9395s2sdimj0ccw
Initial checkin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body, table, div, p, dl {
 
2
        font: 400 14px/19px Ubuntu,Arial,sans-serif;
 
3
}
 
4
 
 
5
#projectname
 
6
{
 
7
        font: 300% Ubuntu,Arial,sans-serif;
 
8
        margin: 0px;
 
9
        padding: 2px 0px;
 
10
}
 
11
    
 
12
#projectbrief
 
13
{
 
14
        font: 120% Ubuntu,Arial,sans-serif;
 
15
        margin: 0px;
 
16
        padding: 0px;
 
17
}
 
18
 
 
19
#projectnumber
 
20
{
 
21
        font: 50% Ubuntu,Arial,sans-serif;
 
22
        margin: 0px;
 
23
        padding: 0px;
 
24
}
 
25
 
 
26
div.toc li {
 
27
        background: url("bdwn.png") no-repeat scroll 0 5px transparent;
 
28
        font: 10px/1.2 Ubuntu,Arial,sans-serif;
 
29
        margin-top: 5px;
 
30
        padding-left: 10px;
 
31
        padding-top: 2px;
 
32
}
 
33
 
 
34
div.toc h3 {
 
35
        font: bold 12px/1.2 Ubuntu,Arial,FreeSans,sans-serif;
 
36
        color: #E24106;
 
37
        border-bottom: 0 none;
 
38
        margin: 0;
 
39
}
 
40