diff --git a/trunk/website/apiref.html b/trunk/website/apiref.html index d1853e1a..b93dc595 100644 --- a/trunk/website/apiref.html +++ b/trunk/website/apiref.html @@ -1,8 +1,5 @@ - - - doubango - API reference diff --git a/trunk/website/index.html b/trunk/website/index.html index 31c3fd0e..86f5e54d 100644 --- a/trunk/website/index.html +++ b/trunk/website/index.html @@ -10,7 +10,7 @@

@@ -40,9 +40,9 @@
- Features
- Getting Started
- Blog
+ Features
+ Getting Started
+ Blog
@@ -57,13 +57,13 @@
- Tutorials
- API reference
- Source code
- Building doubango
- Nightly builds
- Release notes
- Issue tracker
+ Tutorials
+ API reference
+ Source code
+ Building doubango
+ Nightly builds
+ Release notes
+ Issue tracker
diff --git a/trunk/website/style.css b/trunk/website/style.css index 33c8c76d..298e44d8 100644 --- a/trunk/website/style.css +++ b/trunk/website/style.css @@ -4,6 +4,10 @@ Wink Hosting (www.winkhosting.com) Designed By Alexis Corredor alexis.corredor@gmail.com */ +a { + text-decoration:none; +} + body { margin-top: 0px; margin-left: 0px; @@ -42,7 +46,7 @@ body { } #menu a{ font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; + font-size: 12px; font-weight: bold; color:#333333; text-decoration:none;