This website works better with JavaScript.
Home
Explore
Help
Sign In
herbert
/
Frontend
forked from
Sugoimusic/Frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
4 Commits
0a5b48974b
...
102078c72b
Author
SHA1
Message
Date
herbert
102078c72b
Merge branch 'master' into orion-fixes
3 years ago
Tomochin
214ec6ba64
Fix logo widths
3 years ago
Tomochin
cae4ce8079
Add first banner to live CSS
3 years ago
Tomochin
ea6b777883
Add first SM banners
3 years ago
6 changed files
with
10 additions
and
10 deletions
Unified View
Diff Options
Show Stats
BIN
BIN
+1
-1
static/styles/global.css
+3
-3
static/styles/noir/style.css
+3
-3
static/styles/noir2/style.css
+3
-3
static/styles/nostalgia/style.css
BIN
View File
BIN
View File
+ 1
- 1
static/styles/global.css
File diff suppressed because it is too large
View File
+ 3
- 3
static/styles/noir/style.css
View File
@@ -233,15 +233,15 @@ ul.thin li { margin:0px 0px; padding:0px; }
}
}
#logo {
#logo {
width:
30
0px;
height: 1
97
px;
width:
114
0px;
height: 1
50
px;
margin: 0 auto;
margin: 0 auto;
}
}
#logo a {
#logo a {
border: none;
border: none;
width: 100%;
width: 100%;
height: 1
97
px;
height: 1
50
px;
display: block;
display: block;
}
}
+ 3
- 3
static/styles/noir2/style.css
View File
@@ -248,15 +248,15 @@ ul.thin li { margin:0px 0px; padding:0px; }
}
}
#logo {
#logo {
width:
30
0px;
height: 1
97
px;
width:
114
0px;
height: 1
50
px;
margin: 0 auto;
margin: 0 auto;
}
}
#logo a {
#logo a {
border: none;
border: none;
width: 100%;
width: 100%;
height: 1
97
px;
height: 1
50
px;
display: block;
display: block;
}
}
+ 3
- 3
static/styles/nostalgia/style.css
View File
@@ -239,15 +239,15 @@ ul.thin li { margin:0px 0px; padding:0px; }
}
}
#logo {
#logo {
width:
30
0px;
height: 1
97
px;
width:
114
0px;
height: 1
50
px;
margin: 0 auto;
margin: 0 auto;
}
}
#logo a {
#logo a {
border: none;
border: none;
width: 100%;
width: 100%;
height: 1
97
px;
height: 1
50
px;
display: block;
display: block;
}
}
Write
Preview
Loading…
Cancel
Save