diff options
| author | Mark Otto <[email protected]> | 2013-10-13 23:19:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 23:19:11 -0700 |
| commit | 25607c268337c6505f633309e2765cf328a6896b (patch) | |
| tree | 3ceae1a5eb132761efe75c4ed3f36a564160926d /assets/css/docs.css | |
| parent | c69092a17696b4a0ab6927d695f2fb56d65f498e (diff) | |
| download | bootstrap-25607c268337c6505f633309e2765cf328a6896b.tar.xz bootstrap-25607c268337c6505f633309e2765cf328a6896b.zip | |
add translations, copy edit a few things, and fix alignment of ads
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 7 |
1 files changed, 6 insertions, 1 deletions
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; |
