diff --git a/header.php b/header.php index 04df308..ec90738 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/src/calendar.php b/src/calendar.php index 181671f..99ae311 100644 --- a/src/calendar.php +++ b/src/calendar.php @@ -115,7 +115,7 @@ class Calendar $out.= ''; $out.= '
'.$day.'
'; - + $out.= '
'; $out.= ''; } else { $out.= '' . $day . ''; diff --git a/style.css b/style.css index 7455e7a..8625140 100644 --- a/style.css +++ b/style.css @@ -1147,6 +1147,20 @@ a{ margin-top: 38px; } + .calendar-event{ + position: relative; + } + + .calend_marker{ + position:absolute; + display: block; + background: #F18129; + border-radius: 50%; + height: .3em; + width: .3em; + top: 4%; + left: 90%; + } .mobile_archive_img{ margin-top: -32px;