~ubuntu-branches/ubuntu/trusty/kubuntu-docs/trusty

« back to all changes in this revision

Viewing changes to usr/share/doc/kde/HTML/en/kubuntu/KubuntuDocs/css/2c-r-fixed.css

  • Committer: Package Import Robot
  • Author(s): Olivier van der Toorn, Olivier van der Toorn, Jonathan Riddell
  • Date: 2013-10-01 17:11:04 UTC
  • Revision ID: package-import@ubuntu.com-20131001171104-frmpwi43z7k1m9vq
Tags: 13.10ubuntu2
[ Olivier van der Toorn ]
* Added the phone/comercial support page, based on
  https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/PhoneSupport
* Put tokhelp.py script into package

[ Jonathan Riddell ]
* Add update rule to debian/rules to call tokhelp.py
* Tidy directory structure and add icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
LAYOUT: One-Column (Right) Fixed
3
 
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
4
 
*/
5
 
 
6
 
body {
7
 
    min-width:960px;
8
 
}
9
 
#header {
10
 
    position:relative;
11
 
}
12
 
#branding {
13
 
    width:940px;
14
 
    margin:0 auto;
15
 
}
16
 
#access {
17
 
    position:relative;
18
 
    overflow:hidden;
19
 
}
20
 
.menu {
21
 
    width:940px;
22
 
    margin:0 auto;
23
 
}
24
 
#main {
25
 
    width:960px;
26
 
    margin:0 auto;
27
 
    overflow:hidden;
28
 
    position:relative;
29
 
}
30
 
#container {
31
 
    width:620px;
32
 
    float:left;
33
 
}
34
 
#content {
35
 
    margin:0 0 0 10px;
36
 
    width:540px;
37
 
    overflow:hidden;
38
 
}
39
 
.main-aside {
40
 
    width:300px;
41
 
    float:right;
42
 
    position:relative;
43
 
    right:10px;
44
 
}
45
 
#secondary {
46
 
    clear:right;
47
 
}
48
 
#footer {    
49
 
    clear:both;
50
 
}
51
 
#subsidiary {
52
 
    width:940px;
53
 
    margin:0 auto;
54
 
    overflow:hidden;
55
 
}
56
 
#subsidiary .aside {
57
 
    width:300px;
58
 
    float:left;
59
 
    margin:0 20px 0 0;
60
 
}
61
 
#subsidiary #third {
62
 
    margin:0;
63
 
}
64
 
#siteinfo {
65
 
    clear:both;
66
 
    width:940px;
67
 
    margin:0 auto;
68
 
}