diff options
Diffstat (limited to 'build/docs/style/cat.css')
-rw-r--r-- | build/docs/style/cat.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/build/docs/style/cat.css b/build/docs/style/cat.css new file mode 100644 index 000000000..e84f08f27 --- /dev/null +++ b/build/docs/style/cat.css @@ -0,0 +1,22 @@ +html, body { + background: #FFF; + color: #000; + font-family: Arial; + font-size: 12px; +} + +h2 { + clear: both; + border-bottom: 1px solid #EEE; + margin-top: 15px; +} + +ul { + list-style: none; + overflow: auto; +} + +li { + float: left; + width: 20%; +} |