Changeset 6531


Ignore:
Timestamp:
Jun 15, 2010, 6:10:46 AM (14 years ago)
Author:
rvelices
Message:

moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.css

Location:
trunk/themes
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/clear/theme.css

    r3283 r6531  
    3939.content UL.thumbnails SPAN.wrap2 {
    4040  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
    41   border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
    4241}
    4342
  • trunk/themes/dark/theme.css

    r3283 r6531  
    5454.content UL.thumbnails SPAN.wrap2 {
    5555        border: 1px solid #aaaaaa;      /* thumbnails border color and style */
    56         border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
    5756}
    5857
  • trunk/themes/default/local_head.tpl

    r6004 r6531  
    77        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
    88<![endif]-->
    9 <!--[if !IE]> <-->
    10         <link rel="stylesheet" href="{$ROOT_URL}themes/default/not-ie.css" type="text/css">
    11 <!--> <![endif]-->
    129<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">
  • trunk/themes/default/theme.css

    r5722 r6531  
    318318        display: table-cell;/* block prevents vertical-align here */
    319319        vertical-align: middle;/* Ok with Opera and Geko not IE6 */
     320        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
     321        -moz-border-radius: 4px;        /* round corners with Geko */
     322        -webkit-border-radius: 4px; /* Safari webkit project */
    320323}
    321324.content UL.thumbnails SPAN.wrap2 A,
Note: See TracChangeset for help on using the changeset viewer.