summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2013-01-12 16:34:54 -0800
committerArun Persaud <arun@nubati.net>2013-01-12 16:36:50 -0800
commit26a1a08671ff4898ff9214a611e25cde375f5fb1 (patch)
treeb46954024e6c835c734494134431db978812d5f8 /css
parent8ac53bcdb583b549310723d73cd72d749f9cdd7e (diff)
downloade-DoKo-26a1a08671ff4898ff9214a611e25cde375f5fb1.tar.gz
e-DoKo-26a1a08671ff4898ff9214a611e25cde375f5fb1.tar.bz2
e-DoKo-26a1a08671ff4898ff9214a611e25cde375f5fb1.zip
LAYOUT: some small CSS adjustments
Diffstat (limited to 'css')
-rw-r--r--css/bootstrap/navbar.less2
-rw-r--r--css/standard.less6
2 files changed, 4 insertions, 4 deletions
diff --git a/css/bootstrap/navbar.less b/css/bootstrap/navbar.less
index c261132..687fa3b 100644
--- a/css/bootstrap/navbar.less
+++ b/css/bootstrap/navbar.less
@@ -50,7 +50,7 @@
float: left;
display: block;
// Vertically center the text given @navbarHeight
- padding: ((@navbarHeight - @baseLineHeight) / 2) 20px ((@navbarHeight - @baseLineHeight) / 2);
+ padding: ((@navbarHeight - @baseLineHeight) / 2) 30px ((@navbarHeight - @baseLineHeight) / 2);
margin-left: -20px; // negative indent to left-align the text down the page
font-size: 20px;
font-weight: 200;
diff --git a/css/standard.less b/css/standard.less
index 4ed01f7..4bbb555 100644
--- a/css/standard.less
+++ b/css/standard.less
@@ -46,8 +46,8 @@ footer {
padding:0em 0.2em;
border-top: 2px solid gray;
}
-footer .right { float:right; margin-top:1em; line-height:90%;font-size:smaller;}
-footer .left { text-align:left; line-height:90%;font-size:smaller;}
+footer .right { float:right; margin-top:1em; line-height:90%;font-size:smaller; margin-right:1em;}
+footer .left { text-align:left; line-height:90%;font-size:smaller; margin-left: 1em;}
.WIP {
background-color: #efaaaa;
@@ -740,4 +740,4 @@ table.openid td, table.openid th{
// bootstrap stuff
.pagination { text-align:center;}
-.nav > li > img { height: (@navbarHeight/2); }
+.nav > li > img { height: (@navbarHeight/1.5); }