summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-02-06 17:32:22 -0800
committerShawn O. Pearce <sop@google.com>2009-02-06 17:32:22 -0800
commitec90be6a557b1e87522a2da70542940f6ccb3a6e (patch)
tree26f63b6b48f0a1de00e068ba4639116b36aa54f8
parentc2e936a81ce2eca1cadbf89aea7874bb8f7b7eae (diff)
Fix tabs in Gerrit.css to be 2 spaces
Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--src/main/java/com/google/gerrit/public/Gerrit.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main/java/com/google/gerrit/public/Gerrit.css b/src/main/java/com/google/gerrit/public/Gerrit.css
index 72c2f45adb..332280fa0a 100644
--- a/src/main/java/com/google/gerrit/public/Gerrit.css
+++ b/src/main/java/com/google/gerrit/public/Gerrit.css
@@ -58,7 +58,7 @@
}
.gerrit-preformat {
- white-space: pre;
+ white-space: pre;
font-family: monospace;
font-size: small;
}
@@ -297,12 +297,12 @@
}
.gerrit-ChangeTable-PrevNextLinks {
- float: right;
- padding-right: 5px;
+ float: right;
+ padding-right: 5px;
}
.gerrit-ChangeTable-PrevNextLinks td {
- width: 5em;
- text-align: right;
+ width: 5em;
+ text-align: right;
}
.gerrit-ChangeTable-PrevNextLinks .gwt-Hyperlink {
font-size: 9pt;
@@ -645,12 +645,12 @@
/** Patch History Table **/
.gerrit-PatchHistoryTable {
- width: auto;
- margin-bottom: 10px;
+ width: auto;
+ margin-bottom: 10px;
}
.gerrit-PatchHistoryTable .DataCell {
- white-space: nowrap;
+ white-space: nowrap;
}