Changeset 660:37daee020536 for themes
- Timestamp:
- 07/28/11 19:04:11 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r658 r660 220 220 top: 0; 221 221 } 222 .comment-info { 223 clear: left; 224 float: left; 225 width: 10em; 226 } 227 .comment-content { 228 margin-left: 11.5em; 229 } 222 230 } 223 231 -
themes/ductile/style.css
r658 r660 192 192 list-style-type: none; 193 193 } 194 194 #subcategories ul li { 195 display: inline; 196 padding-right: 1em; 197 } 198 .feed-info { 199 color: #fff; 200 } 195 201 /* ------------------------------------------------------- pagination, navlinks */ 196 202 #navlinks, … … 436 442 } 437 443 .comment-info { 438 clear: left;439 float: left;440 444 padding-bottom: .2em; 441 margin-top: 1em;442 445 line-height: 1.25; 443 width: 10em;444 446 color: #666; 445 447 font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 446 448 } 447 #comments .first { }448 #comments .odd { }449 449 #comments .me { 450 450 font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; … … 466 466 .ping .comment-number { 467 467 background: transparent url(img/tb.png) right center no-repeat; 468 }469 .comment-content {470 margin-left: 11.5em;471 468 } 472 469 #comments-feed { -
themes/ductile/tpl/category.html
r615 r660 66 66 67 67 <tpl:CategoryIf has_entries="1"> 68 <p >68 <p class="feed-info"> 69 69 <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 70 70 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
Note: See TracChangeset
for help on using the changeset viewer.