diff options
Diffstat (limited to 'css/nopiracy.css')
| -rw-r--r-- | css/nopiracy.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/css/nopiracy.css b/css/nopiracy.css index ed05a56..f521b53 100644 --- a/css/nopiracy.css +++ b/css/nopiracy.css | |||
| @@ -26,4 +26,19 @@ a.bad { | |||
| 26 | 26 | ||
| 27 | blockquote { | 27 | blockquote { |
| 28 | padding: 1vw; | 28 | padding: 1vw; |
| 29 | } | ||
| 30 | |||
| 31 | li { | ||
| 32 | list-style: "- "; | ||
| 33 | } | ||
| 34 | |||
| 35 | #content ul { | ||
| 36 | padding-top: 1vw; | ||
| 37 | padding-bottom: 1vw; | ||
| 38 | padding-left: 2vw; | ||
| 39 | padding-right: 2vw; | ||
| 40 | } | ||
| 41 | |||
| 42 | p { | ||
| 43 | text-indent: 4ch each-line; | ||
| 29 | } \ No newline at end of file | 44 | } \ No newline at end of file |
