Added style sheet for the category documentation.
[jquery.git] / build / docs / style / cat.css
diff --git a/build/docs/style/cat.css b/build/docs/style/cat.css
new file mode 100644 (file)
index 0000000..e84f08f
--- /dev/null
@@ -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%;
+}