diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-07-25 03:41:08 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-07-25 03:41:08 -0400 |
commit | 4a456c238d665bb45b6d32d5ee8e109e6db9ad12 (patch) | |
tree | 8cd5a15cba4c06ab23712ca84711c2777202c376 /notekins | |
parent | 8af7676233324a4846930bb79ee737010625f072 (diff) | |
download | web-4a456c238d665bb45b6d32d5ee8e109e6db9ad12.tar.xz |
More notekins style update.
Diffstat (limited to 'notekins')
-rw-r--r-- | notekins/nksext.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css index f3ca72f..30bf811 100644 --- a/notekins/nksext.css +++ b/notekins/nksext.css @@ -1,6 +1,12 @@ #content .block { margin: 1em 0; } +#content p { + text-indent:0; +} +#panel>p { + margin:1em; +} span.left { display: table-cell; text-align: left; |