Browse Source

Fixed welcome styles

master
Igor Zhukov 10 years ago
parent
commit
6b3c662d20
  1. 3
      app/css/app.css
  2. 2
      app/index.html

3
app/css/app.css

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
html {
background: #dee4e9 url(../img/bg_tile.png?1) 0 0 repeat;
background-size: 300px 468px;
/*background-size: 300px 468px;*/
/*background: #dee4e9 url(../img/bg_full.png) 0 0 no-repeat;*/
/*background-size: cover;*/
@ -276,6 +276,7 @@ fieldset[disabled] .btn-tg.active { @@ -276,6 +276,7 @@ fieldset[disabled] .btn-tg.active {
color: #999;
text-align: center;
margin-bottom: 25px;
font-size: 13px;
}

2
app/index.html

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<link rel="stylesheet" href="vendor/angular/angular-csp.css"/>
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="vendor/jquery.nanoscroller/nanoscroller.css"/>
<link rel="stylesheet" href="css/app.css?6"/>
<link rel="stylesheet" href="css/app.css?7"/>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta property="og:title" content="Webogram">

Loading…
Cancel
Save