summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gs-style.css')
-rw-r--r--doc/gs-style.css56
1 files changed, 0 insertions, 56 deletions
diff --git a/doc/gs-style.css b/doc/gs-style.css
deleted file mode 100644
index 02169581..00000000
--- a/doc/gs-style.css
+++ /dev/null
@@ -1,56 +0,0 @@
-@charset "UTF-8";
-/* CSS Document */
-
-/* Number the h2/h3 -- doesn't work on v4/5 browsers */
-h2
-{
- counter-increment: h2-count;
- counter-reset: h3-count;
-}
-
-h2:before
-{
- content: counter(h2-count) " ";
-}
-
-h3
-{
- counter-increment: h3-count;
-}
-
-h3:before
-{
- content: counter(h2-count) "." counter(h3-count) " ";
-
-}
-
-/* table formatting hints */
-
-table {
- border-collapse: collapse;
- border: 1px solid #F2F2F2;
- width: 100%;
-}
-
-th, td {
- padding: 8px;
-}
-
-tr:nth-child(even){background-color: #f2f2f2}
-
-th {
- background-color: #506B80;
- color: white;
- font-size: 17px;
- border-bottom: 1px solid #F2F2F2;
-}
-
-.table-alt {
- border-collapse: collapse;
- border: none;
- width: 100%;
-}
-
-th, td {
- padding: 8px;
-} \ No newline at end of file