Fix style for Safari

This commit is contained in:
Buu Nguyen 2014-06-06 23:46:32 -07:00
parent a193206e9f
commit 05a35eb5d0
1 changed files with 4 additions and 4 deletions

View File

@ -192,7 +192,7 @@ html, .header > .container, .repohead > .container, .site > .container {
}
}
label {
font-weight: normal;
font-weight: normal !important;
}
input[type=text], textarea {
width: 100%;
@ -203,12 +203,12 @@ html, .header > .container, .repohead > .container, .site > .container {
}
a.octotree_toggle, a.octotree_opts {
position: absolute;
position: absolute !important;
text-align: center;
line-height: 1;
z-index: 999992;
cursor: pointer;
color: black;
color: black !important;
& > span {
line-height: 1;
@ -216,7 +216,7 @@ a.octotree_toggle, a.octotree_opts {
text-decoration: none;
}
&:hover, &.selected {
color: #4183C4;
color: #4183C4 !important;
}
}