Skip to content

Commit

Permalink
replace blue with gray; limit navbar width; smaller fonts around title
Browse files Browse the repository at this point in the history
11px for small fonts
  • Loading branch information
tiye committed Mar 27, 2014
1 parent 1197d95 commit 55dfd3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion public/stylesheets/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
bottom: 0;
left: 50px;
text-align: left;
line-height: 1em;
line-height: 2em;
font-size: 10px;
}
.topic_title_wrapper{
padding-left: 40px;
Expand Down
9 changes: 6 additions & 3 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body {
line-height: 2em;
}
#content .changes {
font-size: 12px;
font-size: 11px;
margin-top: 10px;
margin-left: 10px;
color: rgb(131, 131, 131);
Expand Down Expand Up @@ -189,7 +189,7 @@ a.light:hover {
font-size: 10px;
}
.cell .count_of_visits {
font-size: 11px;
font-size: 10px;
}
.cell .cell {
padding: 10px 0px 0px 10px;
Expand All @@ -211,9 +211,10 @@ a.light:hover {
padding: 10px;
}
.last_time {
font-size: 13px;
font-size: 11px;
display: inline-block;
margin-left: 20px;
color: #777;
}
.last_time .user_small_avatar {
height: 18px;
Expand Down Expand Up @@ -399,6 +400,7 @@ a.user_avatar:hover {
}
.reply_time {
margin-left: 1em;
font-size: 11px;
}
.cell .anchor {
position: absolute;
Expand Down Expand Up @@ -615,6 +617,7 @@ textarea[id^=wmd-input] {
width: 100%;
min-width: 960px;
margin: 0px auto;
max-width: 1400px;
}
.navbar .brand {
padding: 4px 0px 0px 20px;
Expand Down

0 comments on commit 55dfd3a

Please sign in to comment.