diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-08-04 16:07:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-06 16:04:41 -0500 |
commit | 69c6f1fd1304d15a9f56f55d4b8fe588027a029f (patch) | |
tree | e48666f107180c706d83a5a1f83ff2f96341c5b6 /bitbake | |
parent | 569567d3b3811eb206a143479d624d82811b3a14 (diff) | |
download | poky-69c6f1fd1304d15a9f56f55d4b8fe588027a029f.tar.gz |
bitbake: toastergui: change link styles in alert-info
Make them a bit less bold: it was a bit in your face
before.
(Bitbake rev: fd9e6d262aa3fdb2377c30ebac54096453a3b9f9)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index dbe2307dc8..e252dc1006 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/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: | |||
35 | .alert-error code { background-color: transparent; border: none; color: #B94A48; margin-bottom:0px; } | 35 | .alert-error code { background-color: transparent; border: none; color: #B94A48; margin-bottom:0px; } |
36 | .alert-error pre { background-color: transparent; border: none; color: #B94A48; word-break: normal; margin-bottom: 0px; } | 36 | .alert-error pre { background-color: transparent; border: none; color: #B94A48; word-break: normal; margin-bottom: 0px; } |
37 | .alert-warning pre { word-break: normal; } | 37 | .alert-warning pre { word-break: normal; } |
38 | .alert-info a { font-weight: bold; } | 38 | .alert-info a { font-weight: 300; } |
39 | .alert-info code { color: #3A87AD; } | 39 | .alert-info code { color: #3A87AD; } |
40 | .tooltip code { background-color: transparent; color: #FFFFFF; font-weight: normal; border: none; font-size: 1em; } | 40 | .tooltip code { background-color: transparent; color: #FFFFFF; font-weight: normal; border: none; font-size: 1em; } |
41 | 41 | ||