Plugin Directory

Changeset 414357


Ignore:
Timestamp:
07/23/2011 09:09:39 PM (15 years ago)
Author:
dyerware
Message:

forgot css update

Location:
easy-review-builder-for-wordpress
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-review-builder-for-wordpress/tags/0.5/easy-review-builder.css

    r321836 r414357  
     1body {
     2font-family: Arial;
     3font-size: 9pt;
     4font-weight: normal;
     5text-align: center;
     6line-height: 18px;
     7}
     8
     9html, 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 {
     10margin: 0;
     11padding: 0;
     12border: 0;
     13outline: 0;
     14font-weight: inherit;
     15font-style: inherit;
     16font-size: 100%;
     17font-family: inherit;
     18vertical-align: baseline;
     19}
     20
    121.easyReviewWrapper
    222{
     
    7898}
    7999
     100th.easyReviewRow
     101{font-weight: bold;
     102}
     103
    80104/* An example of how to do low-level HTML customizations within ERB:
    81105Change color of text in table header of each row:
  • easy-review-builder-for-wordpress/trunk/easy-review-builder.css

    r321836 r414357  
     1body {
     2font-family: Arial;
     3font-size: 9pt;
     4font-weight: normal;
     5text-align: center;
     6line-height: 18px;
     7}
     8
     9html, 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 {
     10margin: 0;
     11padding: 0;
     12border: 0;
     13outline: 0;
     14font-weight: inherit;
     15font-style: inherit;
     16font-size: 100%;
     17font-family: inherit;
     18vertical-align: baseline;
     19}
     20
    121.easyReviewWrapper
    222{
     
    7898}
    7999
     100th.easyReviewRow
     101{font-weight: bold;
     102}
     103
    80104/* An example of how to do low-level HTML customizations within ERB:
    81105Change color of text in table header of each row:
Note: See TracChangeset for help on using the changeset viewer.