12345678910111213141516171819202122232425262728293031 |
- body {
- background: white;
- font-size: 12px;
- }
- .node .submitted {
- padding-right: 0.5em;
- margin-right: 0.5em;
- }
- div.classified-expires {
- background-color: #688a02;
- /* color: #2b4300; */
- color: white;
- margin: 0 0 1em 1em;
- }
- div.classified-expires>hr {
- margin-bottom: 0;
- }
- div.classified-expires-later>hr {
- background-color: #2b4300;
- margin-bottom: 0;
- }
- div.classified-expires-soon>hr {
- background-color: red;
- margin-bottom: 0;
- }
|