Make all tables condensed by default
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 19 Apr 2015 19:37:48 +0000 (22:37 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 19 Apr 2015 19:37:48 +0000 (22:37 +0300)
css/themes/cyborg.css
css/themes/readable.css
css/themes/slate.css
tmpl/log.en

index 0437e3f8e85929c1ebbc84440497a6c07df3128f..a5932853eb13a5e8573478ca6ae6cd0b36feefe0 100644 (file)
@@ -838,8 +838,8 @@ table {
   background-color: #181818;
 }
 caption {
-  padding-top: 8px;
-  padding-bottom: 8px;
+  padding-top: 5px;
+  padding-bottom: 5px;
   color: #888888;
   text-align: left;
 }
@@ -857,7 +857,7 @@ th {
 .table > thead > tr > td,
 .table > tbody > tr > td,
 .table > tfoot > tr > td {
-  padding: 8px;
+  padding: 5px;
   line-height: 1.42857143;
   vertical-align: top;
   border-top: 1px solid #282828;
@@ -880,14 +880,6 @@ th {
 .table .table {
   background-color: #060606;
 }
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
-  padding: 5px;
-}
 .table-bordered {
   border: 1px solid #282828;
 }
index d4e9b50e7244c870bfe8cc1e4c4f1a403ce73ec3..7ec6ad5024fadb238368a694675da9fe61fb8ffb 100644 (file)
@@ -838,8 +838,8 @@ table {
   background-color: transparent;
 }
 caption {
-  padding-top: 8px;
-  padding-bottom: 8px;
+  padding-top: 5px;
+  padding-bottom: 5px;
   color: #b3b3b3;
   text-align: left;
 }
@@ -857,7 +857,7 @@ th {
 .table > thead > tr > td,
 .table > tbody > tr > td,
 .table > tfoot > tr > td {
-  padding: 8px;
+  padding: 5px;
   line-height: 1.42857143;
   vertical-align: top;
   border-top: 1px solid #dddddd;
@@ -880,14 +880,6 @@ th {
 .table .table {
   background-color: #ffffff;
 }
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
-  padding: 5px;
-}
 .table-bordered {
   border: 1px solid #dddddd;
 }
index 17380ce8199f0b1552d84bfeff36f955426986fe..68e9656a9e81243665e22bbb25ad0f32e285a770 100644 (file)
@@ -838,8 +838,8 @@ table {
   background-color: #2e3338;
 }
 caption {
-  padding-top: 8px;
-  padding-bottom: 8px;
+  padding-top: 5px;
+  padding-bottom: 5px;
   color: #7a8288;
   text-align: left;
 }
@@ -857,7 +857,7 @@ th {
 .table > thead > tr > td,
 .table > tbody > tr > td,
 .table > tfoot > tr > td {
-  padding: 8px;
+  padding: 5px;
   line-height: 1.42857143;
   vertical-align: top;
   border-top: 1px solid #1c1e22;
@@ -880,14 +880,6 @@ th {
 .table .table {
   background-color: #272b30;
 }
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
-  padding: 5px;
-}
 .table-bordered {
   border: 1px solid #1c1e22;
 }
index 03bc89d713de306e3ee1bfa492bee44f5026fcbf..bbbbcaa71d27782e91f6353a9102374f888f0148 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped table-condensed">
+<table class="table table-striped">
 <thead><tr><th>ID<th class="problem">Problem<th class="contest">Contest<th>Date<th>Source<th class="owner">User<th>Result</thead>
 
 <tbody>
This page took 0.016418 seconds and 4 git commands to generate.