-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REVERT] Separate individualCalendar and eventCalendar pages; enable …
…timeslot click to save schedule; complete reset CSS for SEO
- Loading branch information
Showing
3 changed files
with
48 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*{margin:0;padding:0;font:inherit;color:inherit;} | ||
*, :after, :before {box-sizing:border-box;} | ||
:root {-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;text-size-adjust:100%;cursor:default;line-height:1.5;overflow-wrap:break-word;-moz-tab-size:4;tab-size:4} | ||
html, body {height:100%;} | ||
img, picture, video, canvas, svg {display: block;max-width:100%;} | ||
button {background:none;border:0;cursor:pointer;} | ||
a {text-decoration:none} | ||
table {border-collapse:collapse;border-spacing:0} |