diff options
author | friendica <info@friendica.com> | 2014-11-24 18:02:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-24 18:02:36 -0800 |
commit | e9ba2ba600e5262d03300d37c8984a03808c47c3 (patch) | |
tree | 40fbb879286126d86ccc9eec12756a698fef30ea /view | |
parent | c279a8ad435dd81f625f40228d0991732e2d1a0a (diff) | |
download | volse-hubzilla-e9ba2ba600e5262d03300d37c8984a03808c47c3.tar.gz volse-hubzilla-e9ba2ba600e5262d03300d37c8984a03808c47c3.tar.bz2 volse-hubzilla-e9ba2ba600e5262d03300d37c8984a03808c47c3.zip |
theme the observer tags so they stick out like a sore thumb. Too much bad juju.
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ea8aa3365..eb3f67453 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2388,3 +2388,11 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { height: 300px; width: 300px; } + +.bb_observer { + color: red; +} + +.bb_observer img { + border: 3px solid red !important; +}
\ No newline at end of file |