diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-20 15:13:43 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-21 21:20:02 +0200 |
commit | c903d70b807648f0e285ab909662ab60a690ed8d (patch) | |
tree | bb0c409af0cff13b8c7597164ecbbab0d18e4e37 /docs/css | |
parent | 34292fadc8421c6a0e3a5b722b2e2cc8249478e1 (diff) | |
download | buildroot-c903d70b807648f0e285ab909662ab60a690ed8d.tar.gz buildroot-c903d70b807648f0e285ab909662ab60a690ed8d.zip |
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>
Diffstat (limited to 'docs/css')
-rw-r--r-- | docs/css/buildroot.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/css/buildroot.css b/docs/css/buildroot.css new file mode 100644 index 0000000000..86a9c77664 --- /dev/null +++ b/docs/css/buildroot.css @@ -0,0 +1,13 @@ +body { + padding-top: 60px; + padding-bottom: 40px; +} + +.button_column { + width: 430px; +} + +.gplus { + float:right; + margin: 10px 0 0; +} |