From aa4a78d7eb8a81271921d569055244d579069ed3 Mon Sep 17 00:00:00 2001
From: Felix Eckhofer <felix@eckhofer.com>
Date: Wed, 5 Mar 2014 09:06:14 +0100
Subject: [PATCH] Remove margin-right from #topbar.actions

If this is nonzero, content from div.title can overflow into the right margin of the buttons.
---
 css/glowingbear.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/glowingbear.css b/css/glowingbear.css
index 05ca7fb..05474ad 100644
--- a/css/glowingbear.css
+++ b/css/glowingbear.css
@@ -151,7 +151,7 @@ input[type=text], input[type=password], .badge {
 #topbar .actions {
     margin-left: 5px;
     padding-left: 5px;
-    margin-right: 5px;
+    margin-right: 0;
     padding-right: 5px;
     padding-top: 2px;
     height: 35px;