Changeset 3368 for branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css
- Timestamp:
- 07/21/2011 02:45:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css
r3281 r3368 30 30 #main table.bbp-replies { 31 31 clear: left; 32 table-layout: fixed; 32 33 } 33 34 … … 93 94 #content th.bbp-reply-author { 94 95 text-align: center; 96 width: 120px; 95 97 } 96 98 #content th.bbp-topic-content, … … 118 120 } 119 121 122 #content .bbp-forum-info { 123 width: 55%; 124 text-align: left; 125 } 120 126 #content .bbp-forum-topic-count, 121 127 #content .bbp-forum-reply-count, … … 129 135 #content td.bbp-topic-author, 130 136 #content td.bbp-reply-author { 131 padding: 20px 0 20px 20px; 132 width: 90px; 137 padding: 20px; 133 138 text-align: center; 134 139 vertical-align: top; 140 } 141 .bbp-topic-title { 142 width: 55%; 143 text-align: left; 135 144 } 136 145 .bbp-topic-freshness, 137 146 .bbp-forum-freshness { 138 147 text-align: center; 139 width: 2 0%;148 width: 25%; 140 149 } 141 150
Note: See TracChangeset
for help on using the changeset viewer.