[CSS] ~couleur dates et horaires des evenements
[lhc/web/clavettes.git] / css / habillage.scss
index f7f39e7..e919e0e 100644 (file)
@@ -270,11 +270,17 @@ p{
 #news{
        margin:0 10px;
 }
-.article{
+.article, .auteur{
        background-color:#e8e3e1;
        margin:0 0 15px 0;
        line-height: 1.3;
 }
+.auteur ul {
+  margin: 15px 0 0 15px;
+}
+.auteur .submit {
+  margin: 15px;
+}
 .article h1{
        font-size: 1.4em;
        width:100%;
@@ -305,7 +311,7 @@ p{
 }
 
 
-.articlefull{
+.articlefull,.auteurfull{
        background-color:#e8e3e1;
        margin:0 0 15px 0;
        line-height: 1.3;
@@ -425,6 +431,10 @@ address p{
        font-size: 0.8em;
        margin-bottom: 20px;
        display: block;
+       color: #B7CEBF;
+}
+time{
+       color: #B7CEBF;
 }