mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-28 17:41:32 +00:00
test
This commit is contained in:
10
docs/static/extra.css
vendored
10
docs/static/extra.css
vendored
@@ -1,9 +1,9 @@
|
||||
/* Applies to the entire body of the HTML document (except where overridden by more specific
|
||||
selectors). */
|
||||
/* background-color: rgb(240,240,240); */
|
||||
|
||||
body {
|
||||
margin: 25px;
|
||||
background-color: rgb(248,248,248);
|
||||
background-color:rgb(240,240,240);
|
||||
font-family: arial, sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
@@ -19,4 +19,8 @@ h1 {
|
||||
.someclass { color: red; }
|
||||
|
||||
/* Applies to the element with <... id="someid"> specified. */
|
||||
#someid { color: green; }
|
||||
#someid { color: green; }
|
||||
|
||||
.rst-versions {
|
||||
border-top:solid 10px #222c32;
|
||||
}
|
||||
Reference in New Issue
Block a user