source: extensions/Prune_History/admin/template/ph.css @ 14854

Last change on this file since 14854 was 14854, checked in by Eric, 12 years ago

Fist 1.0.0 release

  • Property svn:eol-style set to LF
File size: 475 bytes
Line 
1.date UL, .date LABEL {
2    display: block;
3    float: left;
4    margin-right: 1em;
5    padding-bottom: 0;
6    padding-left: 0;
7    padding-right: 0;
8    padding-top: 0;
9}
10
11.date LI {
12    list-style-image: none;
13    list-style-position: outside;
14    list-style-type: none;
15    margin-bottom: 0.5em;
16}
17
18.save P, .save FIELDSET {
19    display: block;
20    float: right;
21    margin-left: 1em;
22    padding-bottom: 0;
23    padding-left: 0;
24    padding-right: 0;
25    padding-top: 0;
26}
Note: See TracBrowser for help on using the repository browser.