~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/pub/System/PatternSkin/column_right.css

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
places the side bar at the right
 
3
depends on global settings in layout.css
 
4
*/
 
5
 
 
6
#patternMain {
 
7
        float:left;
 
8
        overflow:hidden;
 
9
}
 
10
.patternViewPage #patternOuter {
 
11
        margin-right:16em;
 
12
}
 
13
#patternSideBar {
 
14
        float:right;
 
15
        width:16em; /* includes left padding, see #patternSideBarContents */
 
16
        margin-right:-16em;
 
17
        margin-left:-1px;
 
18
        position:relative;
 
19
}