Changeset 4986
- Timestamp:
- 06/21/2013 01:44:51 AM (11 years ago)
- Location:
- trunk/templates/default/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/css/bbpress-rtl.css
r4944 r4986 329 329 #bbpress-forums div.bbp-reply-content pre { 330 330 font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace; 331 display: inline ;331 display: inline-block; 332 332 background-color: #f9f9f9; 333 333 border: 1px solid #ddd; 334 padding: 2px; 334 padding: 0 5px; 335 overflow: scroll; 336 max-width: 95%; 335 337 } 336 338 -
trunk/templates/default/css/bbpress.css
r4944 r4986 329 329 #bbpress-forums div.bbp-reply-content pre { 330 330 font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace; 331 display: inline ;331 display: inline-block; 332 332 background-color: #f9f9f9; 333 333 border: 1px solid #ddd; 334 padding: 2px; 334 padding: 0 5px; 335 overflow: scroll; 336 max-width: 95%; 335 337 } 336 338
Note: See TracChangeset
for help on using the changeset viewer.