| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: style-rtl.css,v 1.2 2007/11/27 12:09:27 goba Exp $ */ 2 3 body { 4 background-image: url(druplicon-watermark-rtl.png); 5 background-position: top left; 6 } 7 8 p { 9 margin: 0 0 1em 1em; 10 } 11 12 ul.links li { 13 border-left: none; 14 border-right: 1px solid #888; 15 } 16 17 /* 18 ** Common declarations for child classes of node, comment, block, box etc 19 */ 20 .node .submitted { 21 float: right; 22 padding: 0.5em 1em 0.5em 0; 23 } 24 .node .taxonomy { 25 float: left; 26 } 27 .node .content { 28 padding-left: 0; 29 padding-right: 1em; 30 } 31 .node .links { 32 padding: 1em 0.2em 1em 0; 33 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |