Changeset 12760
- Timestamp:
- Aug 26, 2011, 8:21:22 PM (12 years ago)
- Location:
- trunk/web/stylesheets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/stylesheets/common.css
r12746 r12760 333 333 334 334 ul.torrent_list li.torrent div.torrent_name.compact { 335 font-size: 1.0em; 335 336 font-weight: normal; 336 337 } 337 338 338 339 ul.torrent_list li.torrent div.torrent_name.paused { 339 font-size: 1.3em;340 340 font-weight: normal; 341 341 color: #777; … … 397 397 } 398 398 ul.torrent_list div.torrent_peer_details.compact { 399 font-size: 12px; /* matching the progressbar height (10px) + progressbar border (1px top, 1px bottom) */400 399 margin-top: 2px; 401 400 margin-left: 10px; -
trunk/web/stylesheets/iphone.css
r12736 r12760 313 313 314 314 ul.torrent_list li.torrent div.torrent_name.compact { 315 font-size: 1.0em; 315 316 font-weight: normal; 316 317 } 317 318 318 319 ul.torrent_list li.torrent div.torrent_name.paused { 319 font-size: 1.3em;320 320 font-weight: normal; 321 321 color: #777; … … 358 358 } 359 359 ul.torrent_list div.torrent_peer_details.compact { 360 font-size: 12px; /* matching the progressbar height (10px) + progressbar border (1px top, 1px bottom) */361 360 margin-top: 2px; 362 361 margin-left: 10px;
Note: See TracChangeset
for help on using the changeset viewer.