first redesign of the page: making a cleaner tab menu and adapting colors to match the current docs page

This commit is contained in:
Jeferson Lesbão de Siqueira 2016-12-31 18:49:01 -02:00 committed by aajjbb
parent 9213e0f223
commit 86df37bcaf
1 changed files with 7 additions and 4 deletions

View File

@ -8,14 +8,13 @@
body {
margin: 0px;
width: 100%;
background: url(images/top_bg.gif);
background-repeat: repeat-x;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
}
p {
text-align: justify;
text-align: justify;
margin: 11px 0 10px 0;
padding: 0px;
}
@ -216,7 +215,11 @@ blockquote{
}
#right .box a {
<<<<<<< HEAD
margin: 10px 0 10px 0;
=======
margin: 10px 0 10px 0;
>>>>>>> b9468c9... first redesign of the page: making a cleaner tab menu and adapting colors to match the current docs page
font-size: 10px;
}