]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/pastebin/pastebin.css
webapps.pastebin: better css for iphones
[factor.git] / extra / webapps / pastebin / pastebin.css
index ba9cb1fad09e0e843672979f4148dfe0374448d8..c6ed1b78f26b92c28d2d95a48d37c6fe46007290 100644 (file)
@@ -9,13 +9,11 @@ pre.code {
 table {
     border-collapse: collapse;
     table-layout: fixed;
-    width: 100%;
 }
 
 table td {
     padding: 5px;
     word-wrap: break-word;
-    width: 33%;
 }
 
 table th {
@@ -26,3 +24,10 @@ table tr:hover {
     background-color: #f5f5f5;
 }
 
+@media screen and (max-width: 480px) {
+
+    th:nth-of-type(3), td:nth-of-type(3) {
+        display: none;
+    }
+}
+