summaryrefslogtreecommitdiff
path: root/mercurial/templates/static/style-coal.css
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/static/style-coal.css')
-rw-r--r--mercurial/templates/static/style-coal.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/mercurial/templates/static/style-coal.css b/mercurial/templates/static/style-coal.css
index 1dee828..33fb0e6 100644
--- a/mercurial/templates/static/style-coal.css
+++ b/mercurial/templates/static/style-coal.css
@@ -286,40 +286,3 @@ ul#graphnodes li .info {
position: relative;
top: -3px;
}
-
-/* Comparison */
-.legend {
- padding: 1.5% 0 1.5% 0;
-}
-
-.legendinfo {
- border: 1px solid #999;
- font-size: 80%;
- text-align: center;
- padding: 0.5%;
-}
-
-.equal {
- background-color: #ffffff;
-}
-
-.delete {
- background-color: #faa;
- color: #333;
-}
-
-.insert {
- background-color: #ffa;
-}
-
-.replace {
- background-color: #e8e8e8;
-}
-
-.header {
- text-align: center;
-}
-
-.block {
- border-top: 1px solid #999;
-}