[Buildroot] [PATCH 1/2] docs: move Buildroot CSS code into its own file

Thomas De Schampheleire patrickdepinguin at gmail.com
Sat Sep 20 18:30:11 UTC 2014


Thomas Petazzoni <thomas.petazzoni at free-electrons.com> schreef:
>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.
>
>Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
>---
> docs/css/buildroot.css | 13 +++++++++++++
> docs/header.html       | 12 +-----------
> 2 files changed, 14 insertions(+), 11 deletions(-)
> create mode 100644 docs/css/buildroot.css
>
>diff --git a/docs/css/buildroot.css b/docs/css/buildroot.css
>new file mode 100644
>index 0000000..95e6e94
>--- /dev/null
>+++ b/docs/css/buildroot.css
>@@ -0,0 +1,13 @@
>+body {
>+    padding-top: 60px;
>+    padding-bottom: 40px;
>+}
>+
>+.button_column{

A space before the brace would be nice, but in any case:

Acked-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>





More information about the buildroot mailing list