diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/arch.png | bin | 0 -> 345879 bytes | |||
-rw-r--r-- | assets/cdc.png | bin | 0 -> 91078 bytes | |||
-rw-r--r-- | assets/styles.css | 10 |
3 files changed, 10 insertions, 0 deletions
diff --git a/assets/arch.png b/assets/arch.png Binary files differnew file mode 100644 index 0000000..9be39b9 --- /dev/null +++ b/assets/arch.png diff --git a/assets/cdc.png b/assets/cdc.png Binary files differnew file mode 100644 index 0000000..ce859fc --- /dev/null +++ b/assets/cdc.png diff --git a/assets/styles.css b/assets/styles.css new file mode 100644 index 0000000..a6888f6 --- /dev/null +++ b/assets/styles.css @@ -0,0 +1,10 @@ +.minidocs-logo { + max-height: 100px; + width: inherit !important; + margin: 0 auto; + display: block; +} + +.minidocs-content { + padding-bottom: 50px; +}
\ No newline at end of file |