To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
07/22/10 15:56:00 (19 months ago)
Author:
johnnyoffline
Message:

updated blog plugin to use jquery ui 1.7.3 by default if it is not set in settings.yml - 1.4 and trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/branches/1.4/web/css/aBlog.css

    r1768 r1829  
    440440{ 
    441441width: 200px !important; 
    442 width: auto; /* ? For IE */ 
    443 float: left; /* Was float:right, but this broke in IE */ 
     442width: auto; /* For IE */ 
     443float: left; 
    444444display:inline; 
    445445clear: both; 
     
    467467float: left; 
    468468font-family: Arial, sans-serif; 
     469font-size: 11px; 
    469470border: 1px solid #ddd; 
    470 padding: 3px 0px; 
     471padding: 3px 2px; 
    471472border: 1px solid rgba(0,0,0,0.2); 
    472473-moz-border-radius: 3px;