From 25607c268337c6505f633309e2765cf328a6896b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 23:19:11 -0700 Subject: add translations, copy edit a few things, and fix alignment of ads --- assets/css/docs.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'assets/css/docs.css') diff --git a/assets/css/docs.css b/assets/css/docs.css index 0d8981d71..c1ecf71b9 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -373,7 +373,7 @@ body { .carbonad { position: absolute; top: 20px; - right: 0; + right: 15px; /* 15px instead of 0 since box-sizing */ padding: 15px !important; width: 330px !important; } @@ -1118,6 +1118,11 @@ h1[id] { * Odds and ends for optimum docs display. */ + /* About page */ + .bs-about { + font-size: 16px; + } + /* Examples gallery: space out content better */ .bs-examples h4 { margin-bottom: 5px; -- cgit v1.2.3