File tree Expand file tree Collapse file tree 5 files changed +21
-10
lines changed
Expand file tree Collapse file tree 5 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 2424
2525 <!-- Custom CSS -->
2626 < link href ="css/coderdojoka.css " rel ="stylesheet ">
27+ < link href ="css/puzzle.css " rel ="stylesheet ">
28+
2729
2830 <!-- Custom Fonts -->
2931 < link href ="font-awesome/css/font-awesome.min.css " rel ="stylesheet " type ="text/css ">
Original file line number Diff line number Diff line change @@ -746,12 +746,4 @@ body {
746746 border-left : 30px solid black;
747747 border-bottom : 20px solid transparent;
748748 margin-right : 10px ;
749- }
750-
751- # old_puzzles {
752- text-align : left;
753- }
754-
755- hr {
756- margin : 100px 0 ;
757749}
Original file line number Diff line number Diff line change 1+ /*
2+ Damit die Bilder, auch automatisch generierte 'responsive' sind.
3+ */
4+ img {
5+ max-width : 100% ;
6+ height : auto;
7+ }
8+
9+ # old_puzzles {
10+ text-align : left;
11+ }
12+
13+ hr {
14+ margin : 100px 0 ;
15+ }
Original file line number Diff line number Diff line change 145145 < tr >
146146 < td >
147147 < div class ="triangle_box ">
148- < div class ="triangle_text "> Neu </ div >
148+ < div class ="triangle_text "> neu </ div >
149149 < div class ="triangle_right "> </ div >
150150 </ div >
151151 </ td >
@@ -194,7 +194,7 @@ <h2>Warum CoderDojo?</h2>
194194 programmieren zu lernen und sie in diesem Bereich zu fördern. </ p >
195195 < a href ="img/codo/bild_1.jpg " data-lightbox ="codo-bilder "
196196 data-title ="Mit zweiter Tastatur gehts besser! ">
197- < img class ="img-thumbnail rechts_400 " src ="img/codo/bild_1.jpg " alt =""/>
197+ < img class ="img-thumbnail img-responsive rechts_400 " src ="img/codo/bild_1.jpg " alt =""/>
198198 </ a >
199199
200200 < h2 > Wie funktioniert's?</ h2 >
Original file line number Diff line number Diff line change 2424
2525 <!-- Custom CSS -->
2626 < link href ="css/coderdojoka.css " rel ="stylesheet ">
27+ < link href ="css/puzzle.css " rel ="stylesheet ">
28+
2729
2830 <!-- Custom Fonts -->
2931 < link href ="font-awesome/css/font-awesome.min.css " rel ="stylesheet " type ="text/css ">
You can’t perform that action at this time.
0 commit comments