summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2015-03-23 15:26:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-25 12:39:55 +0000
commitfd4085f380d6213e9dff47cf4d97d3009e148928 (patch)
tree5ce967432c08b8f31203ecddb747886315818c8e /bitbake/lib/toaster/toastergui/static/css/default.css
parent792716a385c8c2bcd2a89c8978d4fc988d1fed5c (diff)
downloadpoky-fd4085f380d6213e9dff47cf4d97d3009e148928.tar.gz
bitbake: toasterui: update links to Toaster manual
Set the links to the Toaster manual in the base.html and landing_not_managed.html templates to the URL of the new Toaster manual. (Bitbake rev: 88b1201a2f6dec53970b120cc8e13c0eb5ae21e1) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/default.css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 778a84926f..0e5c0f9773 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -120,6 +120,7 @@ select { width: auto; }
120.top-air { margin-top: 40px;} 120.top-air { margin-top: 40px;}
121.progress { margin-bottom: 0px; } 121.progress { margin-bottom: 0px; }
122.lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; } 122.lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; }
123.lead ol, .lead ul { padding: 10px 0 0 20px; }
123.lead ol > li, .lead ul > li { 124.lead ol > li, .lead ul > li {
124 line-height: 35px; 125 line-height: 35px;
125} 126}