Site name text improved
This commit is contained in:
parent
8839b0b136
commit
8e4dd058b6
3 changed files with 15 additions and 9 deletions
|
|
@ -342,7 +342,8 @@ a.black
|
|||
width: inherit !important;
|
||||
}
|
||||
|
||||
/* Badges in the topbar seem a bit too high */
|
||||
nav.top-bar .badge {
|
||||
padding-bottom: 0.2em;
|
||||
.top-bar-title a {
|
||||
font-size: 1.8rem;
|
||||
// font-weight: bold;
|
||||
line-height: 1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,11 +2,17 @@
|
|||
|
||||
.row
|
||||
.small-8.columns.small-centered
|
||||
div.callout.primary
|
||||
div.callout
|
||||
p
|
||||
' You are not required to log in to upload new screenshots.
|
||||
' It makes it easier to keep track of your uploads though.
|
||||
' And others can see how much you contributed already.
|
||||
' Without logging in all your uploads will have to be moderated
|
||||
' by the website's staff to avoid inappropriate images getting published.
|
||||
' This may take up to a day.
|
||||
p
|
||||
' If you decide to login you will be able to manage your own
|
||||
' uploads later. And others can see how much you contributed already.
|
||||
' In addition once your first screenshot is approved you will be able
|
||||
' to upload further screenshots without moderation.
|
||||
' Please use any of the below services to log you in.
|
||||
' You do not need to create an account at this site.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,12 @@
|
|||
nav.top-bar
|
||||
.row
|
||||
.top-bar-left
|
||||
ul.menu
|
||||
li.menu.sitename
|
||||
.top-bar-title
|
||||
a href='/'
|
||||
// TODO: Make the logo depend on the virtual host
|
||||
img src="/images/logos/debian.svg" width="35" alt="Debian logo"
|
||||
// TODO: Use proper distribution name
|
||||
' Debian Screenshots >
|
||||
' Debian Screenshots >
|
||||
|
||||
.top-bar-right
|
||||
ul.dropdown.menu data-dropdown-menu=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue