Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
	style.css
  • Loading branch information
PeeHaa committed Jan 17, 2015
2 parents 6570533 + 46679e2 commit bc99144
Showing 1 changed file with 47 additions and 45 deletions.
92 changes: 47 additions & 45 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,46 +1,48 @@
h3 > a {
font-family: 'Trebuchet MS', 'Liberation Sans', 'DejaVu Sans', sans-serif !important;
font-size: 17px !important;
font-weight: bold !important;
}

.post-tag {
border-bottom-color: rgb(179, 206, 225) !important;
border-right-color: rgb(179, 206, 225) !important;
}

.lsep {
color: #cccccc !important;
font-size: 110% !important;
visibility: visible !important;
}

div.cp {
font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif !important;
}

.votes, .status, .views {
font-size: 13px !important;
font-weight: normal !important;
}

div.cp > .status {
width: 48px !important;
}

.mini-counts {
font-size: 20px !important;
font-weight: normal !important;
}

#question-header {
padding: 0 !important;
}

#question-header h1 {
margin-bottom: 7px !important;
}

tr:first-child.comment>td {
border-top: 1px solid #f0f0f0 !important;
@-moz-document url-prefix("http://stackoverflow.com"), url-prefix("https://stackoverflow.com") {
h3 > a {
font-family : 'Trebuchet MS', 'Liberation Sans', 'DejaVu Sans', sans-serif !important;
font-size : 17px !important;
font-weight : bold !important;
}

.post-tag {
border-bottom-color : rgb(179, 206, 225) !important;
border-right-color : rgb(179, 206, 225) !important;
}

.lsep {
color : #cccccc !important;
font-size : 110% !important;
visibility : visible !important;
}

div.cp {
font-family : Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif !important;
}

.votes, .status, .views {
font-size : 13px !important;
font-weight : normal !important;
}

div.cp > .status {
width : 48px !important;
}

.mini-counts {
font-size: 20px !important;
font-weight: normal !important;
}

#question-header {
padding: 0 !important;
}

#question-header h1 {
margin-bottom: 7px !important;
}

tr:first-child.comment>td {
border-top: 1px solid #f0f0f0 !important;
}
}

0 comments on commit bc99144

Please sign in to comment.