diff --git a/apps/front/static/css/main.css b/apps/front/static/css/main.css
index 24a42147..ce6db4ca 100644
--- a/apps/front/static/css/main.css
+++ b/apps/front/static/css/main.css
@@ -65,8 +65,8 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
display: block;
}
-/* line 11, ../../../../../../../.gem/ruby/2.1.0/gems/susy-2.1.1/sass/susy/language/susy/_box-sizing.scss */
-*, *::before, *::after {
+/* line 11, ../../../../../../../.gem/ruby/2.1.0/gems/susy-2.1.2/sass/susy/language/susy/_box-sizing.scss */
+*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
@@ -961,7 +961,7 @@ button.button-primary:hover, button.button-primary:active, button.button-primary
/* line 67, ../sass/_modules.scss */
.date {
position: absolute;
- float: left;
+ left: 0.5rem;
}
/* line 71, ../sass/_modules.scss */
.date .day, .date .month {
diff --git a/apps/front/static/sass/_modules.scss b/apps/front/static/sass/_modules.scss
index 8c608a21..479d1ef7 100644
--- a/apps/front/static/sass/_modules.scss
+++ b/apps/front/static/sass/_modules.scss
@@ -66,7 +66,7 @@ $color-search-background: #E1E5E8;
// to use a relative position and clear afterwards
.date {
position: absolute;
- float: left;
+ left: 0.5rem;
.day, .month {
font-family: $font-title;
diff --git a/apps/front/templates/front/home.html b/apps/front/templates/front/home.html
index d0fa7a6f..0aeea30c 100644
--- a/apps/front/templates/front/home.html
+++ b/apps/front/templates/front/home.html
@@ -31,6 +31,19 @@
Willkommen {{ user.name }}!
News
+
+
+ 17
+ jun
+ 2014
+
+
+
Neues Design
+
Wir haben uns die Zeit genommen das Studentenportal aufzufrischen und hoffentlich benutzerfreundlicher zu machen. Ausserdem wird bei PDF Dokumenten nun eine Vorschau angezeigt und ihr seht direkt die Dozenten eines Moduls. Es sind noch einige Bugs im neuen Design, die wir schnellstmöglich beheben. Wir freuen uns auf Feedback und Verbesserungsvorschläge zum neuen Design.
+
+
+
+
17