parent
8568bd7396
commit
1e924bda91
|
@ -0,0 +1,12 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
.floating_right {
|
||||
float: right;
|
||||
margin-left: 20px
|
||||
max-width: 30%;
|
||||
max-height: 30%;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
site_name: CRXN
|
||||
theme: readthedocs
|
||||
extra_css: [extra.css]
|
||||
|
||||
nav:
|
||||
- Home: ./
|
||||
|
|
Loading…
Reference in New Issue