kumquat-buildroot/docs/css/buildroot.css
Thomas Petazzoni c903d70b80 docs: move Buildroot CSS code into its own file
In preparation to the addition of more CSS code, this commit moves the
Buildroot site specific CSS code from header.html to a dedicated CSS
file.

[Thomas: add missing space before opening curly brace, as suggested by
Thomas DS.]

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
2014-09-21 21:20:02 +02:00

14 lines
147 B
CSS

body {
padding-top: 60px;
padding-bottom: 40px;
}
.button_column {
width: 430px;
}
.gplus {
float:right;
margin: 10px 0 0;
}