diff options
author | friendica <info@friendica.com> | 2012-01-04 20:35:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-04 20:35:32 -0800 |
commit | dbb59554690d3e77b3816423aab2be610e183cd9 (patch) | |
tree | 338554c87407551439dc29e497ac1945c55704a4 /view/theme/duepuntozero | |
parent | f1c7db593cbbba6a1eec84e1f8c2681dbc94a97f (diff) | |
download | volse-hubzilla-dbb59554690d3e77b3816423aab2be610e183cd9.tar.gz volse-hubzilla-dbb59554690d3e77b3816423aab2be610e183cd9.tar.bz2 volse-hubzilla-dbb59554690d3e77b3816423aab2be610e183cd9.zip |
bit more improvement on dynamic title
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index f3c0e7a90..6ce4c52c0 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -276,6 +276,9 @@ div.wall-item-content-wrapper.shiny { #jot-title-wrapper { margin-bottom: 5px; } +#jot-title-display { + font-weight: bold; +} #jot-title { border: 1px solid #cccccc; |