mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
newst
This commit is contained in:
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 894 B |
@@ -4,6 +4,6 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
$(function() {
|
||||
$("#timepicker").timepicker({ 'step' : 15});
|
||||
$("#timepicker").timepicker();
|
||||
});
|
||||
});
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user