|
@@ -7,6 +7,11 @@ |
|
@@ -7,6 +7,11 @@ |
7
|
|
7
|
|
8
|
a {
|
8
|
a {
|
9
|
text-decoration: none;
|
9
|
text-decoration: none;
|
|
|
10
|
+ color: #666;
|
|
|
11
|
+ }
|
|
|
12
|
+
|
|
|
13
|
+ a:hover {
|
|
|
14
|
+ color: #1b1b1b;
|
10
|
}
|
15
|
}
|
11
|
}
|
16
|
}
|
12
|
|
17
|
|
|
@@ -242,7 +242,7 @@ |
|
@@ -242,7 +242,7 @@ |
242
|
img {
|
242
|
img {
|
243
|
float: left;
|
243
|
float: left;
|
244
|
width: 70px;
|
244
|
width: 70px;
|
245
|
- height: 90px;
|
245
|
+ height: 70px;
|
246
|
margin-right: 10px;
|
246
|
margin-right: 10px;
|
247
|
|
247
|
|
248
|
}
|
248
|
}
|