Changeset 969 for trunk/templates/skin/developer/css/style.css
- Timestamp:
- 07/28/10 20:52:50 (19 months ago)
- Files:
-
- 1 modified
-
trunk/templates/skin/developer/css/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/skin/developer/css/style.css
r941 r969 212 212 .topic .content { overflow: hidden; zoom: 1; margin-bottom: 15px; } 213 213 .topic .content p { margin-bottom: 18px; } 214 .topic .content blockquote { background: #fafafa; padding: 10px 15px; color: #555; margin-bottom: 5px; }214 .topic .content blockquote { background: #fafafa; padding: 10px 15px; color: #555; margin-bottom: 5px; clear: both; } 215 215 .topic .content pre { background: #fafafa; border: 1px solid #dce6f0; margin-bottom: 10px; overflow: auto; padding: 5px 10px; } 216 216 .topic .content ul { list-style-type: disc; margin-left: 17px; } 217 217 .topic .content ol { list-style-type: decimal; margin-left: 22px; } 218 .topic .content img[align="right"] { margin: 4px 0 5px 15px; } 219 .topic .content img[align="left"] { margin: 4px 15px 10px 0; } 218 220 219 221 /* Tags */ … … 334 336 .comment .info.new { background: #fbfba8 !important; } 335 337 .comment .info.del { background: #c5c5c5 !important; } 336 .comment .info.view { background: # cdf5a6!important; }338 .comment .info.view { background: #a5e7fa !important; } 337 339 338 340 /* Comment List */
