summaryrefslogtreecommitdiff
path: root/mercurial/templates/static/style-gitweb.css
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/static/style-gitweb.css')
-rw-r--r--mercurial/templates/static/style-gitweb.css41
1 files changed, 0 insertions, 41 deletions
diff --git a/mercurial/templates/static/style-gitweb.css b/mercurial/templates/static/style-gitweb.css
index c5e9514..82f5ef5 100644
--- a/mercurial/templates/static/style-gitweb.css
+++ b/mercurial/templates/static/style-gitweb.css
@@ -126,44 +126,3 @@ ul#graphnodes li .info {
top: -3px;
font-style: italic;
}
-
-/* Comparison */
-.legend {
- padding: 1.5% 0 1.5% 0;
-}
-
-.legendinfo {
- border: 1px solid #d9d8d1;
- 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;
-}
-
-.comparison {
- overflow-x: auto;
-}
-
-.header th {
- text-align: center;
-}
-
-.block {
- border-top: 1px solid #d9d8d1;
-}