diff options
author | friendica <info@friendica.com> | 2015-03-15 18:49:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-15 18:49:44 -0700 |
commit | 4212a1f589862a9129d6856cb71a5911b40b7496 (patch) | |
tree | 0df2648660524190fc45bb1809908c939580b9bb /view/theme/redbasic/css | |
parent | d7a6dae3cbf88cfc579674caa694a01f4e54ab89 (diff) | |
download | volse-hubzilla-4212a1f589862a9129d6856cb71a5911b40b7496.tar.gz volse-hubzilla-4212a1f589862a9129d6856cb71a5911b40b7496.tar.bz2 volse-hubzilla-4212a1f589862a9129d6856cb71a5911b40b7496.zip |
start on some db_table doco
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index da75cf3f8..7cdde49ab 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1590,6 +1590,15 @@ text-decoration: none; background-color: $admintable_hoverbgcol; } +table { + border-spacing: 2px; + max-width: 100%; +} + +th,td { + padding: 3px; +} + /* message */ img.mail-list-sender-photo { |