X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=www%2Fstyles%2Fmain.css;h=b5bb23b0b2cb5b8ac35104a4e233810338efb64c;hb=7e4fdb68dc634477f5d5fe47797956cbe54cbecb;hp=9aa9526705d9c365e041b1ae8a90efabc3db1e18;hpb=ee0d2401546f7f35522500ac5fb26051de7e2864;p=mdictionary diff --git a/www/styles/main.css b/www/styles/main.css index 9aa9526..b5bb23b 100644 --- a/www/styles/main.css +++ b/www/styles/main.css @@ -23,7 +23,7 @@ body { #topBar { display : block; - width : 750px; + width : 850px; height : 130px; text-align : left; background-image: url(images/topBarBckgnd.png); @@ -36,7 +36,7 @@ body { #topBar p.title { display : block; - font-size : 48px; + font-size : 40px; padding-left : 146px; } @@ -232,6 +232,7 @@ div.faq_switcher { background-image: url(images/switcher.png); background-repeat: no-repeat; } + div.faq_question { font-family : Arial; font-size : 16px; @@ -240,6 +241,7 @@ div.faq_question { border-left : 2px solid #A33; margin-bottom : 4px; } + div.faq_answer { display : none; font-size : 12px; @@ -249,6 +251,15 @@ div.faq_answer { background-color: #efefef; } +div.qml_answer { + display : none; + font-size : 12px; + margin-left : 10px; + font-weight : normal; + border : 1px solid silver; + /*background-color: #efefef;*/ +} + div.faq_answer li { margin-left : 25px; } @@ -265,4 +276,4 @@ div.faq_answer li { margin-left : auto; margin-right : auto; padding : 4px; -} \ No newline at end of file +}