Changeset 4350


Ignore:
Timestamp:
01/27/14 15:17:59 (10 years ago)
Author:
twagoo
Message:

added header image to mockup

Location:
vlo/branches/vlo-3.0/vlo-web-app/src/main/html
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/index.html

    r4349 r4350  
    4747            <div id="header">
    4848                <div id="logo"><h1>CLARIN Virtual Language Observatory</h1></div>
    49                 <!--<div id="address"><p>company name<br />company address 1, company address 2, company address 3<br />tel: 0101 010 010</p></div>-->
    5049            </div>
    5150
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo.css

    r4342 r4350  
    3232/* styles for record details */
    3333@import "vlo-record.css";
     34
     35#header {
     36    width: 980px;
     37    height: 176px;
     38    border: 0px;
     39}
     40
     41#header #logo {
     42    background: url('vloheader.png') no-repeat;
     43    width: 100%;
     44    height: 100%;
     45}
     46
     47#header #logo h1 {
     48    display: none;
     49}
Note: See TracChangeset for help on using the changeset viewer.