forked from bofh/fetsite
anderes Farbschema
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -3,11 +3,13 @@
|
|||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user