Updated attribution

0.1
Robin Hawkes 2014-07-01 23:39:10 +01:00
rodzic 8338be33a1
commit 8f0c1cbfec
3 zmienionych plików z 29 dodań i 20 usunięć

15
css/vizicities.css 100644
Wyświetl plik

@ -0,0 +1,15 @@
/* Extending defaults from Attribution.js */
.ui-attribution {
background: rgba(255, 255, 255, 0.6);
border-radius: 3px 0 0;
padding: 3px 5px;
}
.ui-attribution a {
color: #222;
text-decoration: none;
}
.ui-attribution a:hover {
text-decoration: underline;
}

Wyświetl plik

@ -7,6 +7,7 @@
<link href="reset.css" rel="stylesheet" type="text/css">
<link href="../css/vizicities.css" rel="stylesheet" type="text/css">
<link href="../css/loading.css" rel="stylesheet" type="text/css">
<style type="text/css">

File diff suppressed because one or more lines are too long