diff options
author | Friendika <info@friendika.com> | 2010-12-23 19:09:17 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-23 19:09:17 -0800 |
commit | 18c3977b6a5e024c1488582bb76d5f456d57a4b9 (patch) | |
tree | 7cf0bb05bc6758ad48d323c06c4d8c3d5640e4b0 /view/theme/default | |
parent | a1a838f69e06fd743402fa3200b48e0507835363 (diff) | |
download | volse-hubzilla-18c3977b6a5e024c1488582bb76d5f456d57a4b9.tar.gz volse-hubzilla-18c3977b6a5e024c1488582bb76d5f456d57a4b9.tar.bz2 volse-hubzilla-18c3977b6a5e024c1488582bb76d5f456d57a4b9.zip |
add sample plugin code + fix a couple html issues on settings page
Diffstat (limited to 'view/theme/default')
-rw-r--r-- | view/theme/default/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index f97b8f4c3..e3cddc355 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1942,3 +1942,8 @@ a.mail-list-link { .profile-clear { clear: both; } + + +.clear { + clear: both; +}
\ No newline at end of file |