Skip to content

Commit e0fa2ab

Browse files
committed
added credits for demo page
1 parent 49eab70 commit e0fa2ab

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

demo/css/style.css

+19-11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
body{
2-
background:#F8F8F8 url('../img/bg-noise.png') top left;
1+
body {
2+
background: #F8F8F8 url('../img/bg-noise.png') top left;
33
}
44

5-
a{
6-
text-decoration:none;
5+
a {
6+
text-decoration: none;
7+
font-weight: bold;
8+
color: #999;
9+
}
10+
11+
p {
12+
font-size: 12px;
13+
font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
14+
line-height: 1.5em;
715
}
816

917
h1 {
@@ -24,10 +32,10 @@ h1 {
2432
text-align: center;
2533
}
2634

27-
p{
28-
font-size: 12px;
29-
font-family:'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
30-
line-height: 1.5em;
35+
.credits {
36+
margin: 0 auto;
37+
width: 700px;
38+
text-align: center;
3139
}
3240

3341
#github-logo {
@@ -47,13 +55,13 @@ p{
4755
}
4856

4957
.projects{
50-
width:700px;
51-
margin:0 auto;
58+
width: 700px;
59+
margin: 0 auto;
5260
padding: 30px;
5361
}
5462

5563
.link {
56-
display:none;
64+
display: none;
5765
}
5866

5967
/* Font-face */

0 commit comments

Comments
 (0)