diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:10:21 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:10:21 +0100 |
commit | a9670cbb7d2cab644ee9d499aade98164f92631a (patch) | |
tree | f136b6448ecd23ec7c987bf26b8d49be25a8aca5 /view/theme/loozah | |
parent | 93563370c96848948d28ed39e13284ebaf7f430a (diff) | |
parent | 53878625f6ecc014283cefbd84f92b6f1294b8a3 (diff) | |
download | volse-hubzilla-a9670cbb7d2cab644ee9d499aade98164f92631a.tar.gz volse-hubzilla-a9670cbb7d2cab644ee9d499aade98164f92631a.tar.bz2 volse-hubzilla-a9670cbb7d2cab644ee9d499aade98164f92631a.zip |
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 222edc166..6b8aef500 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -131,6 +131,23 @@ blockquote:before { float: left; } +#jot-title-desc { + color: #cccccc; +} + +#jot-title-wrapper { + margin-bottom: 5px; +} + +#jot-title { + border: 1px solid #cccccc; + width: 530px; +} + +#jot-title-display { + font-weight: bold; +} + .fakelink, .fakelink:visited { color: #15607B; text-decoration: none; |