Better breakpoint for the right column + fixing links inside paragraphs #23

Merged
krasimir merged 5 commits from css-improvements into master 2015-10-21 10:54:40 +03:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 305b224795 - Show all commits

View File

@ -736,8 +736,9 @@ a.button:hover { opacity: 0.8; }
padding: 0.4em; padding: 0.4em;
} }
.schedule a { .schedule a {
border-bottom: dotted 1px #000; border-bottom: dotted 1px #999;
color: #000; color: #000;
font-weight: bold;
} }
.schedule a:hover { .schedule a:hover {
border-bottom: none; border-bottom: none;