X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fnl.css;h=5a2566e2aca90b1ef956ac6d0920b1e42db001e6;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=b1347a242279b73534eef230c9e02a94b1b83c5f;hpb=a46f274c8330714a3263c850dc93a0768de59e17;p=platal.git diff --git a/htdocs/css/nl.css b/htdocs/css/nl.css index b1347a2..5a2566e 100644 --- a/htdocs/css/nl.css +++ b/htdocs/css/nl.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2007 Polytechnique.org * + * Copyright (C) 2003-2010 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -48,7 +48,7 @@ div.nl a[href]:hover { div.nl div.title { margin : 0 0 3ex; - padding : 5.5ex 1ex 1ex 15ex; + padding : 4.5ex 1ex 1ex 15ex; font-size : 130%; font-weight : bold; text-align : right; @@ -59,11 +59,26 @@ div.nl div.title { background-position : 0.5ex 0ex; } +div.nl div.title a { + color : #fff; + background-color : transparent; + text-decoration : none; + background-image: none; +} + +div.nl div.title a:hover { + color : #fff; + background-color : transparent; + text-decoration : none; + background-image: none; +} + div.nl div.intro { margin : 4ex 3ex; } div.nl div.lnk { + text-align: left; margin : 2ex 6ex; }