diff options
author | friendica <info@friendica.com> | 2013-05-19 20:38:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-19 20:38:53 -0700 |
commit | 52acfce84b4c53ed01e7a37da05d0395bbceeeff (patch) | |
tree | 8d811636455d42b73d7e380e5a32b5c638f34bc2 /view/theme | |
parent | 1f921a51ae7c2b608e89a238e206ba5539eeb3c4 (diff) | |
download | volse-hubzilla-52acfce84b4c53ed01e7a37da05d0395bbceeeff.tar.gz volse-hubzilla-52acfce84b4c53ed01e7a37da05d0395bbceeeff.tar.bz2 volse-hubzilla-52acfce84b4c53ed01e7a37da05d0395bbceeeff.zip |
some auto-friending cleanups
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 93cf70efe..33ccd5cbf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -349,6 +349,13 @@ footer { font-weight: bold; } +.warning-text { + width: auto; + font-size: 1.2em; + font-weight: bold; + color: #ff0000; +} + .preview { background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif'); } |