diff options
Diffstat (limited to 'util/master/style.css')
-rw-r--r-- | util/master/style.css | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/util/master/style.css b/util/master/style.css deleted file mode 100644 index c92c56f6e..000000000 --- a/util/master/style.css +++ /dev/null @@ -1,32 +0,0 @@ -table { - max-width: 100%; - background-color: transparent; - border-collapse: collapse; - border-spacing: 0; -} - -td, th { - border: 1px solid gray; -} - -div#table table { - width: 100%; -} - -.mts_mods { - visibility: hidden; - border:gray solid 1px; - position:absolute; - z-index:100; - background-color:white; - padding:.5em; -} - -.mts_version:hover .mts_mods { - visibility: visible; -} - -.mts_version.mts_ismods { - text-decoration:underline; - text-decoration-style:dashed; -} |