mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 22:13:34 +08:00
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>
This commit is contained in:
parent
34292fadc8
commit
c903d70b80
13
docs/css/buildroot.css
Normal file
13
docs/css/buildroot.css
Normal file
@ -0,0 +1,13 @@
|
||||
body {
|
||||
padding-top: 60px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.button_column {
|
||||
width: 430px;
|
||||
}
|
||||
|
||||
.gplus {
|
||||
float:right;
|
||||
margin: 10px 0 0;
|
||||
}
|
@ -7,19 +7,9 @@
|
||||
<meta name="author" content="The Buildroot developers">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/buildroot.css" rel="stylesheet">
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
padding-top: 60px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.button_column{
|
||||
width: 430px;
|
||||
}
|
||||
.gplus {
|
||||
float:right;
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
|
Loading…
Reference in New Issue
Block a user