Ignore:
Timestamp:
12/18/10 20:40:17 (14 years ago)
Author:
grenoya
Message:

-add Id keyword to index.html and index.tt
-modification of home page presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/static/sophie.css

    r132 r141  
    3333#sophie_site_path { 
    3434    font-size: 0.7em; 
     35} 
     36 
     37/* body_home : Id for home part of index.html */ 
     38div#body_home { 
     39    float:left; 
     40    font-size: 1.2em; 
     41    padding: 0.5em; 
     42    width: 45%; 
     43    overflow: hidden; 
    3544} 
    3645 
     
    7988 
    8089div.sophie_package_list { 
     90    float:right; 
     91    border: none; 
     92    width: 50%; 
     93    padding-left: 0.5em; 
     94    padding-top: 0.2em; 
    8195    background: #f3f47a; 
    8296    margin-top: 2em; 
     
    8599.sophie_help h2 { 
    86100    font-size: 1.2em; 
     101/*    margin-top: 5em;*/ 
    87102    background-color: #EFF3F7; 
    88103} 
Note: See TracChangeset for help on using the changeset viewer.