From 858c2dded7c31b938b65bea7c9c01c44ed842244 Mon Sep 17 00:00:00 2001 From: Stan Lindsey Date: Mon, 28 Jan 2013 23:36:25 +0000 Subject: [PATCH] Update styles/bootstrap-responsive.styl --- styles/bootstrap-responsive.styl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/styles/bootstrap-responsive.styl b/styles/bootstrap-responsive.styl index 2c75e7a585..2198d8c5da 100644 --- a/styles/bootstrap-responsive.styl +++ b/styles/bootstrap-responsive.styl @@ -89,6 +89,7 @@ .hidden-phone { display: none !important; } + } @media (min-width: 1200px) { @@ -439,6 +440,10 @@ .row-fluid .thumbnails { margin-left: 0; } + #head .pull-right { + margin-right: 2% + margin-left: 1% + } } @media (min-width: 768px) and (max-width: 979px) { @@ -780,6 +785,10 @@ .uneditable-input.span1 { width: 28px; } + #head .pull-right{ + margin-right: 2% + margin-left: 1% + } } @media (max-width: 767px) { @@ -878,6 +887,11 @@ .modal.fade.in { top: 20px; } + #head .pull-right{ + margin-right: 2% + margin-left: 1% + } + } @media (max-width: 480px) {