diff options
Diffstat (limited to 'grauphel.css')
| -rw-r--r-- | grauphel.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/grauphel.css b/grauphel.css index 6ba1cde..1ad5a2d 100644 --- a/grauphel.css +++ b/grauphel.css @@ -135,6 +135,9 @@ a.action.delete, table.table form button.action.delete { a.action { line-height: 30px; } +a.cellclick { + display: block; +} table.table form { display: inline; } @@ -142,3 +145,30 @@ table.table form button.action { border: none; background-color: transparent; } + +.muted { + color: #999; +} + +.note-content { + padding-top: 2ex; +} + +.note-content .strikethrough { + text-decoration: line-through; +} +.note-content .highlight { + background-color: yellow; +} +.note-content .small { + font-size: 80%; +} +.note-content .large { + font-size: 150%; +} +.note-content .huge { + font-size: 200%; +} +.note-content a { + text-decoration: underline; +}
\ No newline at end of file |
