[MISC] Minor whitespace cleanup.

This commit is contained in:
Jan Philipp Timme 2013-09-12 15:23:33 +02:00
parent 374c1821f6
commit 285bc5da43
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<!-- jQuery ui smoothness theme --> <!-- jQuery ui smoothness theme -->
<link rel="stylesheet" type="text/css" href="jquery-ui-1.10.3.custom/css/smoothness/jquery-ui-1.10.3.custom.min.css" /> <link rel="stylesheet" type="text/css" href="jquery-ui-1.10.3.custom/css/smoothness/jquery-ui-1.10.3.custom.min.css" />
<!-- jQuery ui --> <!-- jQuery ui -->
<script type="text/javascript" src="jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script> <script type="text/javascript" src="jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script>
</head> </head>
<body> <body>
<div id="wallpaper"></div> <div id="wallpaper"></div>

View File

@ -169,9 +169,9 @@ h5 { font-size: 11pt; }
margin-top: -150px; /* footer height */ margin-top: -150px; /* footer height */
color: hsla(0, 0%, 90%, 0.9); color: hsla(0, 0%, 90%, 0.9);
background-color: hsla(0, 0%, 0%, 0.75); background-color: hsla(0, 0%, 0%, 0.75);
} }
#footer-content { #footer-content {
padding: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;
} }