Projet

Général

Profil

Paste
Télécharger (681 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / corolla / css / articles.css @ 87dbc3bf

1
/* Articles (nodes) */
2
.article {
3
  margin-bottom: 20px;
4
}
5
.article-inner > header {
6
  margin-bottom: 16px;
7
}
8
.article-title {
9
  border-bottom: none;
10
  font-size: 2.1em;
11
  line-height: 1;
12
  margin: 0;
13
  padding: 0;
14
}
15
.article-title a:hover,
16
.article-title a:focus {
17
  text-decoration: underline;
18
}
19
.article .user-picture {
20
  float: left;
21
  margin: 3px 10px 8px 0;
22
}
23
.article .user-picture img {
24
  border: 1px solid #ccc;
25
  padding: 2px;
26
  width: 50px;
27
}
28
.article-inner .submitted {
29
  color: #696969;
30
  line-height: 1;
31
  margin-top: 3px;
32
}
33
.article ul.links {
34
  margin: 0;
35
}
36
.article ul.links li {
37
  padding: 0;
38
  margin: 0 8px 0 0;
39
}
40
.article-book ul.links {
41
  margin: 0 0 14px;
42
}