diff options
author | William 'psyFi' Hatcher <william@hatcher.work> | 2017-08-13 13:32:12 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2017-08-13 13:32:12 +0200 |
commit | 0cd8482f07aadab6de27aa7395de5408737093ad (patch) | |
tree | f6809d1a12db5ed885a98f260bdf95a21e3c2343 /docs/style.css | |
parent | Replaced includes with forward declarations (diff) | |
download | cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.gz cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.bz2 cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.lz cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.xz cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.tar.zst cuberite-0cd8482f07aadab6de27aa7395de5408737093ad.zip |
Diffstat (limited to 'docs/style.css')
-rw-r--r-- | docs/style.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/style.css b/docs/style.css deleted file mode 100644 index 74419d8da..000000000 --- a/docs/style.css +++ /dev/null @@ -1,12 +0,0 @@ -table -{ - border: 1px outset; - border-spacing: 0px; - border-collapse: separate; -} - -td, th -{ - border: 1px inset -} - |