Projet

Général

Profil

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

root / drupal7 / sites / all / themes / UrbanSolice / styles / blog.css @ 87dbc3bf

1
/**
2
 * Blog styles
3
 */
4
.content-column .view-blog .views-field-field-blog-image-fid {
5
  clear: left;
6
  float: left;
7
  margin-right: 20px;
8
}
9
.content-column .view-blog .views-field-created {
10
  clear: both;
11
  float: left;
12
  width: 170px;
13
}
14
.content-column .view-blog .views-field-name {
15
  clear: both;
16
  float: left;
17
  width: 170px;
18
}
19
.content-column .view-blog .views-field-title {
20
  font-size: 18px;
21
}
22
.content-column .view-blog .views-field-view-node {
23
  clear: both;
24
  text-align: right;
25
}