~unity-api-team/indicator-network/connectivity-service-source-package-shuffle

« back to all changes in this revision

Viewing changes to doc/qt/cpp/css/scratch.css

  • Committer: Antti Kaijanmäki
  • Date: 2014-08-14 22:07:10 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20140814220710-f9m3cvc58u64k1xv
rip out docs for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        margin: 0;
3
 
}
4
 
 
5
 
 
6
 
div.toc ul {
7
 
        padding: 0;
8
 
}
9
 
 
10
 
div.toc li {
11
 
        margin-bottom: 3px;
12
 
}
13
 
 
14
 
h1.title {
15
 
        font-size: 36px;
16
 
        line-height: 1.1;
17
 
        font-weight: normal;
18
 
}
19
 
h0, h2 {
20
 
        font-size: 24px;
21
 
        line-height: 1.2;
22
 
        margin: 14px 0;
23
 
        font-weight: normal;
24
 
        display: block;
25
 
}
26
 
a:hover {
27
 
        color: #dd4814;
28
 
        text-decoration: underline;
29
 
        outline: 0;
30
 
}
31
 
table, pre {
32
 
        border-radius: 0;
33
 
}
34
 
 
35
 
.annotated td {
36
 
        padding: 0.8em 1em 0.3em;
37
 
}
38
 
.wrapper {
39
 
        width: 940px;
40
 
        margin: 0 auto;
41
 
}
42
 
.main-content {
43
 
        width: 668px;
44
 
        position: relative;
45
 
        left: 270px;
46
 
}
47
 
.title {
48
 
        margin-left: -270px;
49
 
        margin-top: 30px;
50
 
        margin-bottom: 50px;
51
 
}
52
 
.toc {
53
 
        margin-left: -270px;
54
 
        font-size: 100%;
55
 
        margin-bottom: 40px;
56
 
    padding: 0;
57
 
    z-index: 2;
58
 
    position: absolute;
59
 
    top: 100px;
60
 
    width: 250px;
61
 
}