summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css/screen.css
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /bitbake/lib/toaster/toastergui/static/css/screen.css
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/screen.css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/screen.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/screen.css b/bitbake/lib/toaster/toastergui/static/css/screen.css
new file mode 100644
index 0000000000..e233ef6ae2
--- /dev/null
+++ b/bitbake/lib/toaster/toastergui/static/css/screen.css
@@ -0,0 +1,28 @@
1body {
2 background: #ddd;
3 color: #000;
4 font-family: Helvetica, Arial, sans-serif;
5 line-height: 1.5;
6 margin: 0;
7 padding: 0;
8}
9
10#main {
11 background: #fff;
12 border-left: 20px solid #eee;
13 border-right: 20px solid #eee;
14 margin: 0 auto;
15 max-width: 800px;
16 padding: 20px;
17}
18
19pre.listing {
20 background: #eee;
21 border: 1px solid #ccc;
22 margin: .6em 0 .3em 0;
23 padding: .1em .3em;
24}
25
26pre.listing b {
27 color: #f00;
28}