Browse Source

Replace the logo

pjc 5 years ago
parent
commit
fd01c982fa

BIN
static/styles/oppai/images/logo.png View File


+ 5
- 5
static/styles/oppai/style.css View File

@@ -145,16 +145,16 @@ ul.thin li { margin:0px 0px; padding:0px; }
145 145
 }
146 146
 
147 147
 #logo {
148
-  width: 620px;
149
-  height: 197px;
150
-  background: url('images/logo.svg') no-repeat center center;
151
-  margin: 0 auto;
148
+  width: 250px;
149
+  height: 50px;
150
+  background: url('images/logo.png') no-repeat center center;
151
+  margin: 0 0 0 10%;
152 152
 }
153 153
 
154 154
 #logo a {
155 155
   border: none;
156 156
   width: 100%;
157
-  height: 197px;
157
+  height: 50px;
158 158
   display: block;
159 159
 }
160 160
 

BIN
static/styles/public/images/logo.png View File


+ 4
- 2
static/styles/public/style.css View File

@@ -127,11 +127,13 @@ input[type="text"]:invalid, input[type="password"]:invalid {
127 127
 }
128 128
 
129 129
 #logo {
130
-  height: 100px;
131
-  background-image: url('images/logo.svg');
130
+  width: 250px;
131
+  height: 50px;
132
+  background-image: url('images/logo.png');
132 133
   background-repeat: no-repeat;
133 134
   background-position: center;
134 135
   background-size: contain;
136
+  margin: 0 0 0 auto;
135 137
 }
136 138
 
137 139
 .centered {

Loading…
Cancel
Save