Changeset 6575


Ignore:
Timestamp:
Jun 22, 2010, 9:37:56 PM (14 years ago)
Author:
rvelices
Message:

removed use of fix-khtml.css (I tried Safari and it does not need it)

Location:
branches/2.1/themes/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/themes/default/local_head.tpl

    r6532 r6575  
    1 {* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *}
    2 <link rel="stylesheet" type="text/nonsense" href="{$ROOT_URL}themes/default/fix-khtml.css">
    31<!--[if lt IE 7]>
    42        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
  • branches/2.1/themes/default/theme.css

    r6532 r6575  
    2626#menubar DT {
    2727        font-weight: bold;
    28         padding: 5px 5px 5px 5px;
     28        padding: 5px;
    2929        font-size: 120%;
    3030        text-align: center;
     
    220220.calBackDate {
    221221        padding-left: 4px;
    222         padding-top: 0px;
     222        padding-top: 0;
    223223        z-index: 2;
    224224        position: absolute;
     
    253253.content DIV.thumbnailCategory {
    254254        display:block;
    255         padding: 2px 0px 0px 2px;
     255        padding: 2px 0 0 2px;
    256256        margin: 5px;
    257257}
     
    628628UL.tagSelection {
    629629        width: 99%;
    630         margin: 1em 0 1em 0;
     630        margin: 1em 0;
    631631        padding: 0;
    632632}
     
    643643        text-align: justify;
    644644        padding: 0;
    645         margin: 1em 2em 1em 2em;
     645        margin: 1em 2em;
    646646}
    647647
     
    814814}
    815815
    816 /* Informations box in administration */
     816/* Informations box */
    817817.infos {
    818818        color: #002000;
     
    835835}
    836836
    837 /* Header notes box in public/administration */
     837/* Header notes box */
    838838.header_notes {
    839         border: 1px solid #aaaaaa; /* border color and style */
     839        border: 1px solid #aaa;
    840840        text-align: center;
    841841        background-image: url(icon/note.png);
     
    844844        font-weight: bold;
    845845        margin: 14px;
    846         padding: 5px 00px 0px 0px;
     846        padding: 5px 0 0 0;
    847847}
    848848
Note: See TracChangeset for help on using the changeset viewer.