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_tree .
* require 'bootstrap' * require 'bootstrap'
*/ */
$linkColor: #03006E;
@import 'bootstrap'; @import 'bootstrap';
@import 'bootstrap-responsive'; @import 'bootstrap-responsive';
h1 h1
@@ -24,7 +24,7 @@ body,html
div.header div.header
{display: block; {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; background-position:15px center;
height:60px; height:60px;
padding-left:160px; padding-left:160px;

View File

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