Switch to unified view
a/website/styles/style.css | b/website/styles/style.css | ||
---|---|---|---|
1 | /*--General-----------------------------------------------*/ |
1 | /*--General-----------------------------------------------*/ |
2 | html { |
2 | html { |
3 | margin 0; |
3 | margin: 0;
|
4 | } |
4 | } |
5 | body { |
5 | body { |
6 | position: relative; |
6 | position: relative; |
7 | color: black; |
7 | color: black; |
8 | font-family: Verdana, Helvetica, Arial, sans-serif; |
8 | font-family: Verdana, Helvetica, Arial, sans-serif; |
... |
... |
||
108 | } |
108 | } |
109 | 109 | ||
110 | table { empty-cells:show; } |
110 | table { empty-cells:show; } |
111 | div.intrapage { |
111 | div.intrapage { |
112 | background: #ccccff; |
112 | background: #ccccff; |
113 | padding-left: 2em;
|
113 | padding-left: 1em;
|
114 | margin-left: -2em; |
114 | margin-left: -2em; |
115 | } |
115 | } |