Changeset 414357
- Timestamp:
- 07/23/2011 09:09:39 PM (15 years ago)
- Location:
- easy-review-builder-for-wordpress
- Files:
-
- 2 edited
-
tags/0.5/easy-review-builder.css (modified) (2 diffs)
-
trunk/easy-review-builder.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-review-builder-for-wordpress/tags/0.5/easy-review-builder.css
r321836 r414357 1 body { 2 font-family: Arial; 3 font-size: 9pt; 4 font-weight: normal; 5 text-align: center; 6 line-height: 18px; 7 } 8 9 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 10 margin: 0; 11 padding: 0; 12 border: 0; 13 outline: 0; 14 font-weight: inherit; 15 font-style: inherit; 16 font-size: 100%; 17 font-family: inherit; 18 vertical-align: baseline; 19 } 20 1 21 .easyReviewWrapper 2 22 { … … 78 98 } 79 99 100 th.easyReviewRow 101 {font-weight: bold; 102 } 103 80 104 /* An example of how to do low-level HTML customizations within ERB: 81 105 Change color of text in table header of each row: -
easy-review-builder-for-wordpress/trunk/easy-review-builder.css
r321836 r414357 1 body { 2 font-family: Arial; 3 font-size: 9pt; 4 font-weight: normal; 5 text-align: center; 6 line-height: 18px; 7 } 8 9 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 10 margin: 0; 11 padding: 0; 12 border: 0; 13 outline: 0; 14 font-weight: inherit; 15 font-style: inherit; 16 font-size: 100%; 17 font-family: inherit; 18 vertical-align: baseline; 19 } 20 1 21 .easyReviewWrapper 2 22 { … … 78 98 } 79 99 100 th.easyReviewRow 101 {font-weight: bold; 102 } 103 80 104 /* An example of how to do low-level HTML customizations within ERB: 81 105 Change color of text in table header of each row:
Note: See TracChangeset
for help on using the changeset viewer.