Ignore:
Timestamp:
4 May 2011, 15:30:21 (14 years ago)
Author:
Henrik Bettermann
Message:

Remove hurry.yui dependencies completely and use local copies of the relevant YUI css files.

Replace logo_waeup.gif by your-logo.gif.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeuptheme-red1.css

    r5841 r6028  
    1414
    1515.uni-logo {
    16   background-image: url('logo_waeup.gif');
     16  background-image: url("your-logo.gif");
     17  background-position: 0 13px;
    1718  background-repeat: no-repeat;
    18   padding: 34px 50px;
    19   background-position:0px 10px;
     19  padding-bottom: 18px;
     20  padding-left: 0;
     21  padding-right: 135px;
     22  padding-top: 40px;
    2023}
Note: See TracChangeset for help on using the changeset viewer.