Changeset 1790
- Timestamp:
- 07/30/08 09:19:07 (4 months ago)
- Location:
- trunk/gregarius
- Files:
-
- 3 modified
-
.htaccess (modified) (2 diffs)
-
themes/default/web/css/look.css (modified) (1 diff)
-
themes/default/web/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/.htaccess
r1730 r1790 1 2 1 # Disable MultiViews: we want the real thing 3 2 # http://httpd.apache.org/docs-2.0/mod/mod_negotiation.html#multiviews … … 8 7 <IfModule mod_rewrite.c> 9 8 RewriteEngine on 10 11 12 9 13 10 # If we have a file or a directory match then lets set the -
trunk/gregarius/themes/default/web/css/look.css
r1758 r1790 292 292 border:1px solid #ddd; 293 293 } 294 fieldset p { text-align: left;} 295 294 296 fieldset.prune p{ text-align:left } 295 297 .cntr { text-align:center !important} -
trunk/gregarius/themes/default/web/index.php
r1584 r1790 16 16 17 17 <div id="ctnr"> 18 19 18 <ul id="sidemenu"> 20 19 <?php rss_main_sidemenu("li") ?>
