X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fnl.css;h=481fcbfeff74629810167202c2e18f21afce9f0a;hb=1412adb259a6ddcbbaa7c08f04e2e3bb86bad5f2;hp=27979fee7f2b3c38655c6940c4d5389672842f93;hpb=5a65d954619821dea584b482802c154c26c47127;p=platal.git diff --git a/htdocs/css/nl.css b/htdocs/css/nl.css index 27979fe..481fcbf 100644 --- a/htdocs/css/nl.css +++ b/htdocs/css/nl.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2007 Polytechnique.org * + * Copyright (C) 2003-2009 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -18,12 +18,18 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ +div.nl_background { + margin : 0; + padding : 1em 0; + background-color: #ddd; + color: #000; +} div.nl { margin : auto; width : 72ex; - font-family : "Georgia", "Times New Roman", serif; - font-size : 11pt; + font-family : "Verdana", "Arial", "Helvetica", sans-serif; + font-size : 10pt; text-align : justify; background-color : #fff; color : #000; @@ -42,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; @@ -58,6 +64,7 @@ div.nl div.intro { } div.nl div.lnk { + text-align: left; margin : 2ex 6ex; }