Changeset 873


Ignore:
Timestamp:
12/25/07 02:20:57 (4 years ago)
Author:
bogdanpasoi@…
Message:

Warning CSS.

Location:
trunk/www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/config.php

    r871 r873  
    6767 
    6868// LaTeX support 
    69 define("IA_LATEX_ENABLE", false); 
     69define("IA_LATEX_ENABLE", true); 
    7070 
    7171?> 
  • trunk/www/static/css/screen.css

    r869 r873  
    522522 
    523523div.warning { 
    524     color: black; 
    525524    margin-top: -0.2em; 
    526     padding-left: 20px; 
    527     border: 1px solid olive; 
    528     background-image: url('../images/icons/notice.gif'); 
    529     background-position: 2px 50%; 
    530     background-repeat: no-repeat; 
     525    padding: 0.4em; 
     526    border: 1px solid #CC0000; 
     527    background-color: #FFDDDD; 
    531528    width: 55%; 
    532529    position: relative; 
Note: See TracChangeset for help on using the changeset viewer.