From 6a4947533ff2811f40bcf661acc49fc1108e3d16 Mon Sep 17 00:00:00 2001
From: psychobunny <psycho.bunny@hotmail.com>
Date: Tue, 27 Aug 2013 05:07:52 +0800
Subject: [PATCH] fixed BS3 issue, navbar now centered; fixed topic view
 sub-post moderator tools layout

---
 public/css/style.less | 11 ++++++++++-
 public/css/topic.less |  5 ++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/public/css/style.less b/public/css/style.less
index 9b905cbdbe..fb6aabd698 100644
--- a/public/css/style.less
+++ b/public/css/style.less
@@ -825,9 +825,18 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
 }
 
 
+
+//START: FIXES FOR BS3, may need to remove these when we get out of the RC releases
 @media (max-width: 979px) {
 	.hidden-mobile {
 		// BS2/3's hidden-xs does not support inline-block, so here it is for now.
 		display: none !important;
 	}
-}
\ No newline at end of file
+}
+
+.container > .navbar-header, .container > .navbar-collapse {
+	padding-right: 0;
+	margin-right: -11px;
+}
+
+//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases
\ No newline at end of file
diff --git a/public/css/topic.less b/public/css/topic.less
index 08657b3a70..6a84e61189 100644
--- a/public/css/topic.less
+++ b/public/css/topic.less
@@ -55,7 +55,7 @@
 		font-size: 10px;
 		line-height: 15px;
 		padding: 5px;
-		padding-left: 10px;
+		padding-right: 8px;
 		color: #777;
 
 		img.hidden-desktop {
@@ -173,6 +173,9 @@
 	}
 
 	.sub-posts {
+		.post-tools {
+			margin-right: 9px;
+		}
 		.post-content {
 			margin-left: 10px;
 		}