1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
This commit is contained in:
2015-06-25 19:40:52 -05:00
parent 0064ed0795
commit 7dfc0967f4
13 changed files with 191 additions and 90 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

View File

@@ -4,6 +4,6 @@ $(document).ready(function(){
});
$(function() {
$("#timepicker").timepicker({ 'step' : 15});
$("#timepicker").timepicker();
});
});

View File

@@ -1,5 +1,5 @@
body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
font-family: 'Arvo', serif;
}
a {
@@ -28,3 +28,21 @@ a {
transform: translateY(-50%);
}
.form-signin {
max-width: 500px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.colorRed {
color: red;
}