Changeset - 25bdbbb76c7f
[Not reviewed]
Merge default
0 3 0
Dennis Fink - 9 years ago 2016-03-05 20:11:46
dennis.fink@c3l.lu
Merged hotfix-administrative-council
3 files changed with 12 insertions and 2 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>
setup.py
Show inline comments
 
@@ -11,7 +11,7 @@ def _get_requirements():
 

	
 

	
 
setup(name='Ennstatus',
 
      version='5.4.2',
 
      version='5.4.3',
 
      description=('Ennstatus provides the user with vital information about '
 
                   'the status of the organizations Tor servers.'),
 
      author='Frënn vun der Ënn',
0 comments (0 inline, 0 general)