Changeset - 0b21391e6c38
[Not reviewed]
Dennis Fink - 9 years ago 2016-03-05 20:08:34
dennis.fink@c3l.lu
Added changes from AGA 2016
2 files changed with 11 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/css/ennstatus.css
Show inline comments
 
@@ -165,3 +165,12 @@ a, a:hover, a:active, a:visited {
 
footer {
 
    margin-bottom: 20px;
 
}
 

	
 
@media (min-width: 768px) {
 
    .dl-horizontal dd {
 
        margin-left: 200px
 
    }
 
    .dl-horizontal dt {
 
        width: 180px
 
    }
 
}
ennstatus/templates/root/about.html
Show inline comments
 
@@ -46,8 +46,9 @@
 
    <p>
 
      <dl class="dl-horizontal" >
 
        <dt>President</dt><dd>Sam Grüneisen</dd>
 
        <dt>Secretary</dt><dd>Gilles Hamen</dd>
 
        <dt>Secretary</dt><dd>Nadine Schneider</dd>
 
        <dt>Treasurer</dt><dd>Patrick Kahr</dd>
 
        <dt>International Ambassador</dt><dd>Christophe Kemp</dd>
 
        <dt>Developers</dt><dd>Dennis Fink (Ënnstatus Lead Developer), Sam Grüneisen</dd>
 
      </dl>
 
    </p>
0 comments (0 inline, 0 general)