diff options
author | friendica <info@friendica.com> | 2014-04-17 01:33:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-17 01:33:44 -0700 |
commit | 8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69 (patch) | |
tree | fe8902ab47433d6ae3950f382b2aa888f21b9e93 /view/theme/redbasic | |
parent | 962665b8b56491dc59a62f2cb5c05eb353abb79f (diff) | |
download | volse-hubzilla-8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69.tar.gz volse-hubzilla-8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69.tar.bz2 volse-hubzilla-8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69.zip |
This preserves the alignment work done earlier but provides a more aesthetically pleasing page.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0618a3612..e9620cadb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -236,6 +236,8 @@ aside ul { aside li { margin-top: 5px; + /* in order to achieve consistent indentation cross-browser, set margin-left on the li element e.g. */ + /* margin-left: 10px; */ } /*TODO: we should use one class for all this. */ |