perl-5.22
|
Last change
on this file since 0be8a71 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
589 bytes
|
| Line | |
|---|
| 1 | /* $Id: rtl.css,v 1.03 2010/01/03 04:05:05 sbajic Exp $ */ |
|---|
| 2 | |
|---|
| 3 | /* Used for languages that have a (r)ight-(t)o-(l)eft text page direction */ |
|---|
| 4 | |
|---|
| 5 | /* global */ |
|---|
| 6 | |
|---|
| 7 | th { |
|---|
| 8 | text-align:right; |
|---|
| 9 | } |
|---|
| 10 | |
|---|
| 11 | /* classes */ |
|---|
| 12 | |
|---|
| 13 | .rowDivider { |
|---|
| 14 | border-left:0; |
|---|
| 15 | border-right:1px solid black; |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | /* ids */ |
|---|
| 19 | |
|---|
| 20 | #logo { |
|---|
| 21 | text-align:left; |
|---|
| 22 | float:left; |
|---|
| 23 | } |
|---|
| 24 | #logo p{ |
|---|
| 25 | clear:right; |
|---|
| 26 | } |
|---|
| 27 | #navcontainer { |
|---|
| 28 | text-align:right; |
|---|
| 29 | } |
|---|
| 30 | #navcontainer li { |
|---|
| 31 | float:right; |
|---|
| 32 | } |
|---|
| 33 | #navcontainer li a{ |
|---|
| 34 | float:right; |
|---|
| 35 | } |
|---|
| 36 | #panel { |
|---|
| 37 | clear:right; |
|---|
| 38 | } |
|---|
| 39 | |
|---|
| 40 | /* classes */ |
|---|
| 41 | |
|---|
| 42 | .content { |
|---|
| 43 | text-align:right; |
|---|
| 44 | } |
|---|
| 45 | .content table,img { |
|---|
| 46 | float:right; |
|---|
| 47 | } |
|---|
| 48 | .content p { |
|---|
| 49 | clear:right; |
|---|
| 50 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.