fet logo
This commit is contained in:
BIN
app/assets/images/fet_icon_small.png
Normal file
BIN
app/assets/images/fet_icon_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@@ -60,18 +60,23 @@ a:hover {
|
|||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
display: block;
|
display: block;
|
||||||
background: url('/assets/fet_logo_2.png') no-repeat;
|
background: url('/assets/fet_icon_small.png') no-repeat;
|
||||||
background-color: #0A64A4;
|
background-color: #0A64A4;
|
||||||
background-position:15px center;
|
background-position:15px center;
|
||||||
border-bottom:1px solid black;
|
border-bottom:1px solid black;
|
||||||
height:60px;
|
height:72px;
|
||||||
color:#CFCFCF;
|
color:#C0C0C0;
|
||||||
padding-left:160px;
|
padding-left:87px;
|
||||||
padding-top:0px;
|
padding-top:0px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
margin-bottom: 20px
|
margin-bottom: 20px
|
||||||
}
|
}
|
||||||
|
div.header h1 {
|
||||||
|
padding:0;
|
||||||
|
margin:4px;
|
||||||
|
font-size:23px;
|
||||||
|
line-height:32px;
|
||||||
|
}
|
||||||
#menudiv {
|
#menudiv {
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Folgene Features sind schon soweit, dass Bugreports und Feature Requests sinnvol
|
|||||||
</ul>
|
</ul>
|
||||||
alle anderen sind nur zur Voransicht. Bezüglich Design und Steuerung sind Vorschläge erwünscht.
|
alle anderen sind nur zur Voransicht. Bezüglich Design und Steuerung sind Vorschläge erwünscht.
|
||||||
</p>
|
</p>
|
||||||
<p><%= link_to "Steuerelemente und Komponenten", "http://getbootstrap.com/2.3.2/index.html" %></p>
|
<p><%= link_to "Steuerelemente und Komponenten", "http://getbootst<rap.com/2.3.2/index.html" %></p>
|
||||||
<p>Um bei der Entwicklung mitzuhelfen braucht nur Ruby on Rails installiert werden</p>
|
<p>Um bei der Entwicklung mitzuhelfen braucht nur Ruby on Rails installiert werden</p>
|
||||||
<p><%= link_to "Getting Started" , home_startdev_path%></p>
|
<p><%= link_to "Getting Started" , home_startdev_path%></p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<div id="maincontainer" class="container-fluid">
|
<div id="maincontainer" class="container-fluid">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1 style="display:block">Fachschaft Elektrotechnik</h1>
|
<h1 style="display:block">Fachschaft<br> Elektrotechnik</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
|
|||||||
Reference in New Issue
Block a user