anderes Farbschema

This commit is contained in:
Andreas Stephanides
2013-02-14 00:41:16 +01:00
parent e56a20bfec
commit 247c9c675a
2 changed files with 5 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
*= require_tree .
* require 'bootstrap'
*/
$linkColor: #03006E;
@import 'bootstrap';
@import 'bootstrap-responsive';
h1
@@ -24,7 +24,7 @@ body,html
div.header
{display: block;
background: url('/assets/fet_logo_2.png') rgb(200,200,200) no-repeat;
background: url('/assets/fet_logo_3.png') rgb(129,97,51) no-repeat;
background-position:15px center;
height:60px;
padding-left:160px;

View File

@@ -2,12 +2,14 @@
<html>
<head>
<title>Fetsite</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<div class="header">
<h1 style="display:block;float:none">Fachschaft Elektrotechnik</h1>
</div>