summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css2
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 115abc4176..9acf1e187b 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -145,7 +145,7 @@ select { width: auto; }
145.hero-unit img { background-color: #eee; margin-top: 15px; } 145.hero-unit img { background-color: #eee; margin-top: 15px; }
146 146
147/* make tables Chrome-happy (me, not so much) */ 147/* make tables Chrome-happy (me, not so much) */
148#otable { table-layout: fixed; word-wrap: break-word; } 148table { table-layout: fixed; word-wrap: break-word; }
149 149
150/* styles for the new build button */ 150/* styles for the new build button */
151.new-build .btn-primary { padding: 4px 30px; } 151.new-build .btn-primary { padding: 4px 30px; }