Ignore:
Timestamp:
Oct 17, 2011, 10:52:57 PM (13 years ago)
Author:
rvelices
Message:

feature 2477: Remove unused CSS / html elements from version 2.3 (merge from trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/themes/default/theme.css

    r11992 r12480  
    357357
    358358#imageInfos {
    359         position:relative;
    360         min-height:110px;
     359        position: relative;
     360        min-height: 120px;
    361361}
    362362
     
    416416}
    417417.pictureContent #imageToolBar,
    418 .pictureContent #theImage,
    419 .pictureContent hr.separation {
    420         clear:none;
     418.pictureContent #theImage {
     419        clear: none;
    421420}
    422421
     
    465464IMG {
    466465        border: 0;
    467 }
    468 
    469 HR.separation {
    470         visibility: hidden;
    471         clear: both;
    472466}
    473467
     
    791785  background-color: lightyellow;
    792786  color:#333;
    793   /* margin: 0.5em 1em 0.5em 1em; */
    794787  margin-bottom:1em;
    795788  padding: 12px;
Note: See TracChangeset for help on using the changeset viewer.