Little css change

This commit is contained in:
Luc Didry 2015-09-26 13:55:22 +02:00
parent 088fb7e346
commit 9dfd090708
3 changed files with 9 additions and 4 deletions

View File

@ -31,7 +31,7 @@ body {
body {
color: #888;
text-align: center;
text-shadow: 0 1px 3px rgba(0,0,0,.3);
/*text-shadow: 0 1px 3px rgba(0,0,0,.3);*/
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
@ -80,7 +80,7 @@ body {
color: #888; /* IE8 proofing */
color: rgba(136,136,136,.75);
border-bottom: 2px solid transparent;
text-shadow: 0 1px 3px rgba(0,0,0,.2);
/*text-shadow: 0 1px 3px rgba(0,0,0,.2);*/
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {

View File

@ -26,3 +26,8 @@
#results {
display: none;
}
a.classic,
a.classic:hover,
a.classic:focus {
color: #337AB7;
}

View File

@ -38,7 +38,7 @@
tr.innerHTML = '<td class="text-left">'
+element.name
+'</td><td class="text-left">'
+'<a href="'+element.url+'">'+element.url+'</a>'
+'<a href="'+element.url+'" class="classic">'+element.url+'</a>'
+'</td><td id="count-'+element.short+'" class="text-center">'
+'</td><td class="text-center">'
+del_view
@ -47,7 +47,7 @@
+'</td><td>'
+limit
+'</td><td class="text-left">'
+'<a href="'+dlink+'">'+dlink+'</a>'
+'<a href="'+dlink+'" class="classic">'+dlink+'</a>'
+'</td>';
document.getElementById('myfiles').appendChild(tr);