File: LowRes.css

package info (click to toggle)
twiki 1%3A4.0.5-9.1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 20,000 kB
  • ctags: 4,044
  • sloc: perl: 29,135; python: 2,583; xml: 573; sh: 256; makefile: 150; php: 129
file content (23 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Changes to layout */

.twikiMain {
	margin-left:0px;
}
.twikiLeftBar {
	margin-left:100%;
}
.twikiBottomBar {
	margin-left:1em;
	margin-right:0;
	padding:0;
}

/* Changes to style */

.twikiMain {
	padding-left:1em;
	padding-right:1em;
}
.twikiBottomBarContents {
	padding-left:0em;
}