From 8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 17 Apr 2014 01:33:44 -0700 Subject: This preserves the alignment work done earlier but provides a more aesthetically pleasing page. --- view/theme/redbasic/css/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme') 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. */ -- cgit v1.2.3