diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-17 03:43:03 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-17 03:43:03 -0700 |
commit | 4eb1c1eb1a9d830151aa6437fefb4e7a590064e8 (patch) | |
tree | dd4afea97334f63ba1c3801a5dc7da7289f64b5a /view/theme/default | |
parent | a50947a4bc3f779df8fa4e6777bc025fcefc8d21 (diff) | |
download | volse-hubzilla-4eb1c1eb1a9d830151aa6437fefb4e7a590064e8.tar.gz volse-hubzilla-4eb1c1eb1a9d830151aa6437fefb4e7a590064e8.tar.bz2 volse-hubzilla-4eb1c1eb1a9d830151aa6437fefb4e7a590064e8.zip |
our implementation of "aspects" functionally complete
Diffstat (limited to 'view/theme/default')
-rw-r--r-- | view/theme/default/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 6176f84ff..0e7882b30 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -776,6 +776,8 @@ input#dfrn-url { #profile-jot-perms { float: left; margin-left: 200px; + font-weight: bold; + font-size: 1.2em; } #profile-jot-perms-end { |