[gnomeweb-wml] anjuta web: Added team dir and updated css.



commit 4ca07687b831e3574fd04b2bd2e8307d3cd3f1c1
Author: Naba Kumar <naba gnome org>
Date:   Fri Feb 12 09:14:49 2010 +0200

    anjuta web: Added team dir and updated css.

 configure.in                             |    1 +
 projects.gnome.org/anjuta/Makefile.am    |    5 ++-
 projects.gnome.org/anjuta/css/anjuta.css |   41 ++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 6e6b2be..2f44e95 100644
--- a/configure.in
+++ b/configure.in
@@ -76,6 +76,7 @@ projects.gnome.org/accessibility/talks/Makefile
 projects.gnome.org/accessibility/talks/GUADEC/Makefile
 projects.gnome.org/anjuta/Makefile
 projects.gnome.org/anjuta/css/Makefile
+projects.gnome.org/anjuta/team/Makefile
 projects.gnome.org/application-framework/Makefile
 projects.gnome.org/beagle/Makefile
 projects.gnome.org/beagle/img/Makefile
diff --git a/projects.gnome.org/anjuta/Makefile.am b/projects.gnome.org/anjuta/Makefile.am
index 4b4cca7..e7ec3c3 100644
--- a/projects.gnome.org/anjuta/Makefile.am
+++ b/projects.gnome.org/anjuta/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=css
+SUBDIRS=css team
 
 urlpath = /anjuta
 
@@ -8,7 +8,8 @@ HTMLFILES = \
 	development.html \
 	downloads.html \
 	features.html \
-	projects.html
+	projects.html \
+	team.html 
 
 page_DATA = $(HTMLFILES)
 
diff --git a/projects.gnome.org/anjuta/css/anjuta.css b/projects.gnome.org/anjuta/css/anjuta.css
index e2e4f4d..5b69272 100644
--- a/projects.gnome.org/anjuta/css/anjuta.css
+++ b/projects.gnome.org/anjuta/css/anjuta.css
@@ -80,6 +80,47 @@ li.project-author {
     width: 200px;
 }
 
+ul.team-item {
+    list-style-type: none;
+}
+
+li.team-photo-frame {
+    float: right;
+    border: #cccccc 3px solid;
+    padding: 3px;
+    padding-bottom: 0px;
+    margin-top: -20px;
+    margin-right: 20px;
+    background-color: #ffffff;
+}
+
+img.team-photo {
+    width: 100px;
+    height: 125px;
+}
+
+h2.team-header {
+    padding-left: 40px;
+} 
+
+li.team-name {
+    border-bottom: lightgrey 3px solid;
+    font-style: oblique;
+    font-size: large;
+}
+
+span.team-title {
+    color: #333333;
+    font-weight: bold;
+}
+
+ul.team-details {
+    list-style-type: none;
+    padding-top: 5px;
+    padding-left: 0px;
+    margin-bottom: 30px;
+}
+
 div.table-of-contents {
     border: 1px dotted #888;
     background: #f0f0f0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]