mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Updated default css.
This commit is contained in:
parent
fac52ff262
commit
a5104752d4
@ -6,7 +6,8 @@ img { max-width: 100% }
|
||||
.snac-top-user-name { font-size: 200% }
|
||||
.snac-top-user-id { font-size: 150% }
|
||||
.snac-avatar { float: left; height: 2.5em; padding: 0.25em }
|
||||
.snac-author { font-size: 90% }
|
||||
.snac-author { font-size: 90%; text-decoration: none }
|
||||
.snac-author-tag { font-size: 90% }
|
||||
.snac-pubdate { color: #a0a0a0; font-size: 90% }
|
||||
.snac-top-controls { padding-bottom: 1.5em }
|
||||
.snac-post { border-top: 1px solid #a0a0a0; }
|
||||
|
3
utils.c
3
utils.c
@ -38,7 +38,8 @@ const char *default_css =
|
||||
".snac-top-user-name { font-size: 200% }\n"
|
||||
".snac-top-user-id { font-size: 150% }\n"
|
||||
".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n"
|
||||
".snac-author { font-size: 90% }\n"
|
||||
".snac-author { font-size: 90%; text-decoration: none }\n"
|
||||
".snac-author-tag { font-size: 90% }\n"
|
||||
".snac-pubdate { color: #a0a0a0; font-size: 90% }\n"
|
||||
".snac-top-controls { padding-bottom: 1.5em }\n"
|
||||
".snac-post { border-top: 1px solid #a0a0a0; }\n"
|
||||
|
Loading…
Reference in New Issue
Block a user