1.1 --- a/static/css/bootstrap.css Thu Jan 23 06:23:54 2014 +0100
1.2 +++ b/static/css/bootstrap.css Thu Jan 23 07:06:19 2014 +0100
1.3 @@ -206,7 +206,7 @@
1.4 img {
1.5 max-width: 100% !important;
1.6 }
1.7 - @page {
1.8 + @page {
1.9 margin: 2cm .5cm;
1.10 }
1.11 p,
1.12 @@ -1577,7 +1577,6 @@
1.13 margin: 4px 0 0;
1.14 margin-top: 1px \9;
1.15 /* IE8-9 */
1.16 -
1.17 line-height: normal;
1.18 }
1.19 input[type="file"] {
1.20 @@ -5990,7 +5989,6 @@
1.21 ------------------------------------ */
1.22 #wrap > .container {
1.23 /*padding: 60px 15px 0;*/
1.24 -
1.25 }
1.26 img {
1.27 vertical-align: middle;
1.28 @@ -6063,9 +6061,13 @@
1.29 margin-top: -48px;
1.30 }
1.31 /* Footer
1.32 ------------------------------------- */#footer {
1.33 +------------------------------------ */
1.34 +#footer {
1.35 height: 60px;
1.36 }
1.37 +.sponsor {
1.38 + height: 50px;
1.39 +}
1.40 #footer > .container {
1.41 padding-left: 15px;
1.42 padding-right: 15px;
2.1 Binary file static/images/sponsors/sponsor-python-academy.png has changed
3.1 --- a/static/less/pymove3d.less Thu Jan 23 06:23:54 2014 +0100
3.2 +++ b/static/less/pymove3d.less Thu Jan 23 07:06:19 2014 +0100
3.3 @@ -96,6 +96,11 @@
3.4 #footer {
3.5 height: 60px;
3.6 }
3.7 +
3.8 +.sponsor{
3.9 + height: 50px;
3.10 +}
3.11 +
3.12 #footer > .container {
3.13 padding-left: 15px;
3.14 padding-right: 15px;
4.1 --- a/templates/footer.html Thu Jan 23 06:23:54 2014 +0100
4.2 +++ b/templates/footer.html Thu Jan 23 07:06:19 2014 +0100
4.3 @@ -10,20 +10,24 @@
4.4 <div id="myCarousel" class="carousel slide">
4.5
4.6 <!-- Carousel items -->
4.7 - <div class="carousel-inner" style="padding-left: 200px; padding-right:200px;">
4.8 + <div class="carousel-inner">
4.9 <div class="item active">
4.10 <div class="row">
4.11 - <div class="col-sm-3"><a href="http://www.linux-systemhaus.de/"><img src="/static/images/sponsors/linux_systemhaus_schulz.png"
4.12 - alt="" title="" class="img-responsive" /></a>
4.13 + <div class="col-sm-3">
4.14 + <a href="http://www.linux-systemhaus.de/"><img src="/static/images/sponsors/linux_systemhaus_schulz.png"
4.15 + alt="" title="" class="img-responsive sponsor" /></a>
4.16 </div>
4.17 - <div class="col-sm-3"><a href="http://www.blender.org/"><img src="/static/images/sponsors/blender.png"
4.18 - alt="Image" class="img-responsive"></a>
4.19 + <div class="col-sm-3"><a href="http://www.blender.org/">
4.20 + <img src="/static/images/sponsors/blender.png"
4.21 + alt="Image" class="img-responsive sponsor"></a>
4.22 </div>
4.23 - <div class="col-sm-3"><a href="http://python-verband.org/"><img src="/static/images/sponsors/pysv.png"
4.24 - alt="Image" class="img-responsive"></a>
4.25 + <div class="col-sm-3"><a href="http://python-verband.org/">
4.26 + <img src="/static/images/sponsors/pysv.png"
4.27 + alt="Image" class="img-responsive sponsor"></a>
4.28 </div>
4.29 - <div class="col-sm-3"><a href="http://www.galileo-press.de/"><img src="/static/images/sponsors/sponsor-galileo_press-anim.gif"
4.30 - alt="Image" class="img-responsive"></a>
4.31 + <div class="col-sm-3">
4.32 + <a href="http://www.galileo-press.de/"><img src="/static/images/sponsors/sponsor-galileo_press-anim.gif"
4.33 + alt="Image" class="img-responsive sponsor"></a>
4.34 </div>
4.35 </div>
4.36 <!--/row-->
4.37 @@ -31,17 +35,21 @@
4.38 <!--/item-->
4.39 <div class="item">
4.40 <div class="row">
4.41 - <div class="col-sm-3"><a href="http://www.medialinx-gruppe.de/"><img src="/static/images/sponsors/sponsor-medialinx_ag.png"
4.42 - alt="Image" class="img-responsive"></a>
4.43 + <div class="col-sm-3">
4.44 + <a href="http://www.medialinx-gruppe.de/"><img src="/static/images/sponsors/sponsor-medialinx_ag.png"
4.45 + alt="Image" class="img-responsive sponsor"></a>
4.46 </div>
4.47 - <div class="col-sm-3"><a href="http://www.oreilly.de/"><img src="/static/images/sponsors/sponsor-oreilly.png"
4.48 - alt="Image" class="img-responsive"></a>
4.49 + <div class="col-sm-3">
4.50 + <a href="http://www.oreilly.de/"><img src="/static/images/sponsors/sponsor-oreilly.png"
4.51 + alt="Image" class="img-responsive sponsor"></a>
4.52 </div>
4.53 - <div class="col-sm-3"><a href="http://sudile.de/"><img src="/static/images/sponsors/sudile.jpg"
4.54 - alt="Image" class="img-responsive"></a>
4.55 + <div class="col-sm-3">
4.56 + <a href="http://sudile.de/"><img src="/static/images/sponsors/sudile.jpg"
4.57 + alt="Image" class="img-responsive sponsor"></a>
4.58 </div>
4.59 - <div class="col-sm-3"><a href="http://trabucchi.de/"><img src="/static/images/sponsors/trabucchi.png"
4.60 - alt="Image" class="img-responsive"></a>
4.61 + <div class="col-sm-3">
4.62 + <a href="http://trabucchi.de/"><img src="/static/images/sponsors/trabucchi.png"
4.63 + alt="Image" class="img-responsive sponsor"></a>
4.64 </div>
4.65 </div>
4.66 <!--/row-->
4.67 @@ -50,10 +58,13 @@
4.68 <!--/item-->
4.69 <div class="item">
4.70 <div class="row">
4.71 - <div class="col-sm-3"><a href="http://www.evenios.com/"><img src="/static/images/sponsors/evenios.png"
4.72 - alt="Image" class="img-responsive"></a>
4.73 + <div class="col-sm-3">
4.74 + <a href="http://www.evenios.com/"><img src="/static/images/sponsors/evenios.png"
4.75 + alt="Image" class="img-responsive sponsor"></a>
4.76 </div>
4.77 <div class="col-sm-3">
4.78 + <a href="http://www.python-academy.de/"><img src="/static/images/sponsors/sponsor-python-academy.png"
4.79 + alt="Image" class="img-responsive sponsor"></a>
4.80 </div>
4.81 <div class="col-sm-3">
4.82 </div>