[bitbake-devel] [PATCH 3/6] bitbake: toastergui: change link styles in alert-info

Michael Wood michael.g.wood at intel.com
Tue Aug 4 15:07:08 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

Make them a bit less bold: it was a bit in your face
before.

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
Signed-off-by: Michael Wood <michael.g.wood at intel.com>
---
 lib/toaster/toastergui/static/css/default.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index dbe2307..e252dc1 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -35,7 +35,7 @@ dd code, .alert code { white-space: pre-wrap; word-break: break-all; word-wrap:
 .alert-error code { background-color: transparent; border: none; color: #B94A48; margin-bottom:0px; }
 .alert-error pre { background-color: transparent; border: none; color: #B94A48; word-break: normal; margin-bottom: 0px; }
 .alert-warning pre { word-break: normal; }
-.alert-info a { font-weight: bold; }
+.alert-info a { font-weight: 300; }
 .alert-info code { color: #3A87AD; }
 .tooltip code { background-color: transparent; color: #FFFFFF; font-weight: normal; border: none; font-size: 1em; }
 
-- 
2.1.4




More information about the bitbake-devel mailing list