Skip to content

Commit

Permalink
Merge pull request #29 from amiyasahu/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
amiyasahu committed Aug 28, 2015
2 parents abfdb50 + 8c6d4b6 commit adc5b3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions css/donut.css
Original file line number Diff line number Diff line change
Expand Up @@ -2542,9 +2542,6 @@ header#nav-header {
.qa-ask-box tr .qa-form-tall-text:focus {
outline: none;
}
.entry-title {
font-weight: 700;
}
.qa-rss-feed {
border-radius: 4px;
color: #ffffff;
Expand Down Expand Up @@ -3241,6 +3238,9 @@ a.qa-browse-cat-link:visited {
border-color: #dddddd;
border-color: #d6e9c6;
}
.qa-q-view {
position: relative;
}
.qa-q-view-main {
float: left;
width: 90%;
Expand Down
7 changes: 3 additions & 4 deletions less/donut.less
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ html, body {
}
}

.entry-title {
font-weight: 700;
}

.qa-rss-feed {
border-radius: 4px;
color: @body-bg;
Expand Down Expand Up @@ -733,6 +729,9 @@ html, body {
}

.qa-q-view {
& {
position: relative;
}
&-main {
float: left;
width: 90%;
Expand Down

0 comments on commit adc5b3b

Please sign in to comment.