From d1392c1cbae02e25d544514102eb08b976c61d34 Mon Sep 17 00:00:00 2001 From: Ana Date: Fri, 12 Aug 2016 01:23:54 +0200 Subject: [PATCH] Restore css removed Restore css which was removed in https://github.com/openSUSE/osem/pull/1132 as it is used in the public schedule. --- app/assets/stylesheets/osem-schedule.css.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/osem-schedule.css.scss b/app/assets/stylesheets/osem-schedule.css.scss index debd7640..26aff215 100644 --- a/app/assets/stylesheets/osem-schedule.css.scss +++ b/app/assets/stylesheets/osem-schedule.css.scss @@ -63,6 +63,12 @@ background-image: -webkit-gradient( color: rgb(185, 74, 72); } +a.unstyled-link { + text-decoration: none; + color: #333333; + outline: 0; + } + .program-dropdown, .schedule-dropdown{ margin-left: 20%; margin-right: 20%;