Skip to content

Commit 495019a

Browse files
author
Akshay
committed
Font size and other fixes.
1 parent debad47 commit 495019a

3 files changed

Lines changed: 14 additions & 32 deletions

File tree

dist/github-0.0.2.min.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

dist/github-0.1.1.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/github.css

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,7 @@
33
*/
44
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);
55

6-
@media (max-width: 768px) {
7-
.gt-container{
8-
font-size: 70% !important;
9-
}
10-
}
11-
@media (min-width: 768px) {
12-
.gt-container{
13-
font-size: 80% !important;
14-
}
15-
}
16-
@media (min-width: 992px) {
17-
.gt-container{
18-
font-size: 90% !important;
19-
}
20-
}
21-
@media (min-width: 1200px) {
22-
.gt-container{
23-
font-size: 100% !important;
24-
}
25-
}
6+
267
/**
278
* Generic CSS
289
*/
@@ -101,6 +82,7 @@
10182
width: 33.33%;
10283
text-align: center;
10384
padding: 5px 0;
85+
height: 50px;
10486
}
10587
.gt-usr-txt{
10688
display: block;
@@ -152,7 +134,7 @@
152134
}
153135
.gt-time-str{
154136
color: #666;
155-
font-size: 0.87rem;
137+
font-size: 0.9rem;
156138
}
157139
.gt-activity{
158140
padding: 10px 5px;
@@ -166,7 +148,7 @@
166148
.gt-activity .gt-avatar-cnt{
167149
float: left;
168150
width: 5%;
169-
min-width: 30px;
151+
min-width: 35px;
170152
padding-left: 5px;
171153
padding-bottom: 5px;
172154
}
@@ -179,15 +161,15 @@
179161
display: -moz-inline-stack;
180162
float: left;
181163
width: 91%;
182-
padding-left: 5px;
164+
padding-left: 7px;
183165
}
184166
.gt-clearfix{
185167
clear: both;
186168
}
187169
.gt-act-cnt p{
188170
margin: 2px 0px;
189171
color: #666;
190-
font-size: 0.87rem;
172+
font-size: 0.9rem;
191173
overflow: hidden;
192174
text-overflow: ellipsis;
193175
width: 100%;
@@ -207,7 +189,7 @@
207189
margin: 0;
208190
padding: 0;
209191
list-style-type: none;
210-
font-size: 0.75rem !important;
192+
font-size: 0.9rem !important;
211193
}
212194
.gt-commit-item{
213195
margin: 5px 0;
@@ -217,7 +199,7 @@
217199
margin: 0 5px;
218200
}
219201
.gt-compare-link{
220-
font-size: 0.75rem;
202+
font-size: 0.9rem;
221203
}
222204
.gt-scrollbar {
223205
-webkit-overflow-scrolling: touch

0 commit comments

Comments
 (0)