diff options
-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 | ||