- Timestamp:
- 07/22/10 15:56:00 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/branches/1.4/web/css/aBlog.css
r1768 r1829 440 440 { 441 441 width: 200px !important; 442 width: auto; /* ?For IE */443 float: left; /* Was float:right, but this broke in IE */442 width: auto; /* For IE */ 443 float: left; 444 444 display:inline; 445 445 clear: both; … … 467 467 float: left; 468 468 font-family: Arial, sans-serif; 469 font-size: 11px; 469 470 border: 1px solid #ddd; 470 padding: 3px 0px;471 padding: 3px 2px; 471 472 border: 1px solid rgba(0,0,0,0.2); 472 473 -moz-border-radius: 3px;

