diff --git a/css/screen.css b/css/screen.css index cca371b..555a120 100644 --- a/css/screen.css +++ b/css/screen.css @@ -120,6 +120,15 @@ section > header h1 { overflow: auto; } +.reload, .all-read, #setstarred, #setunread { + float: right; + margin-left: 10px; +} + +.settings, .list { + float: left; +} + section > footer { padding: 10px; position: fixed; diff --git a/index.html b/index.html index 0a96dec..344b1bf 100644 --- a/index.html +++ b/index.html @@ -18,15 +18,15 @@