From 4b9dffe8f6948960f816b425ecb789c9141e37e6 Mon Sep 17 00:00:00 2001
From: ashwinishinde
Date: Thu, 19 Mar 2015 14:39:11 +0530
Subject: Subject:CSS changed
Description:
---
static/website/css/main.css | 5 +++--
static/website/images/logo.png | Bin 4166 -> 19335 bytes
static/website/images/originals/703487.png | Bin 0 -> 12217 bytes
static/website/templates/base.html | 2 +-
static/website/templates/index.html | 17 +++++++++--------
5 files changed, 13 insertions(+), 11 deletions(-)
create mode 100644 static/website/images/originals/703487.png
(limited to 'static/website')
diff --git a/static/website/css/main.css b/static/website/css/main.css
index 5587da7..f97843d 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -166,9 +166,10 @@ table .tutorial {
color:#a26dc8;
font-weight:bold;
}
-table .title a {
+table .question a{
font-size: 1.1em;
- color: #424242;
+ color: #2619bd;
+ font-weight:bold;
}
#similar-link {
display: none;
diff --git a/static/website/images/logo.png b/static/website/images/logo.png
index bdb36a5..ecd7e44 100644
Binary files a/static/website/images/logo.png and b/static/website/images/logo.png differ
diff --git a/static/website/images/originals/703487.png b/static/website/images/originals/703487.png
new file mode 100644
index 0000000..635449a
Binary files /dev/null and b/static/website/images/originals/703487.png differ
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index d876c70..726bd0a 100644
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -32,7 +32,7 @@
- Spoken Tutorial Forums
+ FOSSEE Forums
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index bad1d6b..48f0227 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -41,7 +41,7 @@
FOSS | +FOSS | Question | Date | @@ -69,17 +69,18 @@ {% for question in questions %}
---|---|
- - {{ question.category|truncatechars:12 }} - - - + + + + {{ question.category|truncatechars:12 }} + + | - + {{ question.title|truncatechars:40 }} | -- cgit