From: Thomas Petazzoni Date: Sat, 20 Sep 2014 13:13:43 +0000 (+0200) Subject: docs: move Buildroot CSS code into its own file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c903d70b807648f0e285ab909662ab60a690ed8d;p=buildroot.git 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 Acked-by: Thomas De Schampheleire --- 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; +} diff --git a/docs/header.html b/docs/header.html index c1eba22ba6..f37759e339 100644 --- a/docs/header.html +++ b/docs/header.html @@ -7,19 +7,9 @@ +