Quellcode durchsuchen

updated navigation links

tags/v1.0.0
Uvis Grinfelds vor 9 Jahren
Ursprung
Commit
4c0cf1973c
4 geänderte Dateien mit 9 neuen und 7 gelöschten Zeilen
  1. +4
    -1
      transfersh-web/download.html
  2. +2
    -3
      transfersh-web/styles/includes/global.less
  3. +2
    -2
      transfersh-web/styles/main.css
  4. +1
    -1
      transfersh-web/styles/main.css.map

+ 4
- 1
transfersh-web/download.html Datei anzeigen

@@ -42,8 +42,11 @@

<div id="navigation">
<div class="wrapper">
<h1>transfer.sh</h1>
<a href="#home">
<h1>transfer.sh</h1></a>
<ul class="hidden-xs">
<li><a href="#home">home</a>
</li>
<li><a href="#samples">sample use cases</a>
</li>
<li><a href="#contact">contact us</a>


+ 2
- 3
transfersh-web/styles/includes/global.less Datei anzeigen

@@ -10,8 +10,8 @@
margin-top: 30px;
ul {
list-style: none;
max-width: 300px;
margin: 0 auto;
max-width: 400px;
marghomein: 0 auto;
}
li {
display: inline-block;
@@ -41,7 +41,6 @@
}



h2 {
text-align: center;
font-size: 35px;


+ 2
- 2
transfersh-web/styles/main.css Datei anzeigen

@@ -5369,8 +5369,8 @@ body {
}
#navigation ul {
list-style: none;
max-width: 300px;
margin: 0 auto;
max-width: 400px;
marghomein: 0 auto;
}
#navigation li {
display: inline-block;


+ 1
- 1
transfersh-web/styles/main.css.map
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


Laden…
Abbrechen
Speichern