~ubuntu-branches/ubuntu/trusty/content-hub/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/qml/css/scratch.css

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine, Ubuntu daily release
  • Date: 2013-10-25 11:04:43 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20131025110443-skdg43ympqzqz051
Tags: 0.0+14.04.20131025-0ubuntu1
[ Ken VanDine ]
* return a QVariantList from knownSourcesForType so the QML bindings
  can expose a list of peers, fixes (LP: #1236932). (LP: #1236932)
* Added qdoc docs for QML bindings.

[ Ubuntu daily release ]
* Automatic snapshot from revision 63

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
}