Imported Upstream version 2.6.5

This commit is contained in:
Laurent Bigonville 2012-08-12 23:39:31 +02:00
parent fefe62b2bd
commit a1fa151fc7
201 changed files with 7974 additions and 709 deletions

View file

@ -139,3 +139,8 @@ td#driver-col { width: 30%; }
#support-level-legend dd { margin: 0; padding: 0; width: 85%; float: left; }
/*.support-level-descr { margin-left: 20px; float: right; }*/
/* Remove text underscores on href */
div#footer-badges a:link, #layout-menu a:visited, #layout-menu a:hover {
text-decoration: none;
}