mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-28 09:32:20 +00:00
test with margins in css
This commit is contained in:
4
docs/static/extra.css
vendored
4
docs/static/extra.css
vendored
@@ -2,7 +2,7 @@
|
||||
selectors). */
|
||||
|
||||
body {
|
||||
margin: 0px 0px 0px 0px;
|
||||
margin: 0px;
|
||||
background-color:rgb(240,240,240);
|
||||
font-family: arial, sans-serif;
|
||||
font-size: 14px;
|
||||
@@ -12,7 +12,7 @@ body {
|
||||
h1 {
|
||||
font-size: 35px;
|
||||
font-weight: normal;
|
||||
margin-top: 0;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
/* Applies to all elements with <... class="someclass"> specified. */
|
||||
|
||||
Reference in New Issue
Block a user