Skip to content

Commit

Permalink
Updated logo and global content (body menu/footer) styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcnamara committed Sep 27, 2011
1 parent bb39bbe commit f385181
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion resources/public/css/style.css
Expand Up @@ -57,7 +57,7 @@ div.progress-bar {
#content {
width: 85%;
margin: 15px auto;
padding: 15px 0px 15px 0px;
border: 2px solid #3D3C3C;
text-align: left;
background-color: #fff;
overflow: auto;
Expand Down Expand Up @@ -92,6 +92,7 @@ h3 {

#menu{
background-color:#445599;
border-radius: 12px 12px 0 0;
padding: 20px 15px 15px 15px;
color: #fff;
}
Expand Down Expand Up @@ -162,6 +163,9 @@ a.novisited {color: #00e;}
}

#logo {
width: 249px;
height: 84px;
margin-left: -7px;
float:left;
padding:15px 0px 15px 0px;
border: 0;
Expand All @@ -181,6 +185,7 @@ a.novisited {color: #00e;}

#footer{
background-color:#445599;
border-radius: 0 0 12px 12px;
padding: 15px;
color: #fff;
text-align: center;
Expand Down
Binary file added resources/public/images/4clj-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/foreclojure/template.clj
Expand Up @@ -29,10 +29,8 @@
[:div#github-banner [:a {:href repo-url
:alt "Fork 4Clojure on Github!"}]])
[:div#top
(link-to "/" [:img#logo {:src "/images/logo.png" :alt "4clojure.com"
:width 230 :height 57}])]
(link-to "/" [:img#logo {:src "/images/4clj-logo.png" :alt "4clojure.com"}])]
[:div#content
[:br]
[:div#menu
(for [[link text & [tabbed]]
[["/" "Main Page"]
Expand Down

0 comments on commit f385181

Please sign in to comment.