Skip to content

Commit

Permalink
Updating stylesheet and general cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhall14 committed Nov 20, 2017
1 parent 1c5275d commit 287e10b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 4 additions & 3 deletions html/css/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
color: #FFF;
width:100%;
font-family: 'Oxygen';
table-layout:fixed;
}

.calendar.purple{
Expand Down Expand Up @@ -77,8 +78,8 @@
background: rgba(0, 0, 0, 0.25);
}

.mask-start,
.mask,
.mask-end {
.calendar tbody tr td.mask-start,
.calendar tbody tr td.mask,
.calendar tbody tr td.mask-end {
background: #C23B22;
}
8 changes: 6 additions & 2 deletions html/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ h1 span{
div.summary,
div.copyright {
text-align: center;
font-size: 18px;
font-size: 16px;
color: #555;
background: #F6F6F6;
margin: 20px 0;
padding: 10px;
padding: 20px;
line-height:22px;
}

div.text {
margin: 50px 0;
}

div.summary p,
div.copyright p {
margin:0;
Expand Down
6 changes: 3 additions & 3 deletions html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<meta http-equiv="x-ua-compatible" content="ie=edge">

<title>PHP Calendar By Benjamin Hall</title>
<title>PHP Calendar By benhall14</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

Expand All @@ -41,7 +41,7 @@

<body>

<h1>PHP Calendar <span>By Benjamin Hall</span></h1>
<h1>PHP Calendar <span>By benhall14</span></h1>

<div class="container">

Expand Down Expand Up @@ -149,7 +149,7 @@

<div class="copyright">

<p>&copy; Copyright Benjamin Hall <a href="https://github.com/benhall14/php-calendar">https://github.com/benhall14/php-calendar</a></p>
<p>&copy; Copyright Benjamin Hall :: <a href="https://github.com/benhall14/php-calendar">https://github.com/benhall14/php-calendar</a></p>

</div>

Expand Down

0 comments on commit 287e10b

Please sign in to comment.