Skip to content

Commit 6518dd9

Browse files
authored
Merge pull request #368 from sergeyklay/3.x
Minor style fixes
2 parents 753932b + 840bba8 commit 6518dd9

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

public/css/diff.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
.Differences thead th {
2525
text-align: left;
26-
border-bottom: 1px solid dadada;
26+
border-bottom: 1px solid #dadada;
2727
background: whitesmoke;
2828
color: #000;
2929
padding: 4px;

public/css/theme-white.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* GitHub Theme */
32
/* Original theme - http://jmblog.github.io/color-themes-for-google-code-prettify/github/ */
43

@@ -145,4 +144,4 @@ li.L5,
145144
li.L7,
146145
li.L9 {
147146
/* */
148-
}
147+
}

public/css/theme.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
/* Tomorrow Night Theme */
42
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
53
.prettyprint {

0 commit comments

Comments
 (0)