1
0
mirror of https://github.com/S2-/pwgen.git synced 2025-08-02 17:00:03 +02:00

add a margin

This commit is contained in:
s2
2017-11-21 15:39:56 +01:00
parent c26eba33c0
commit 81d5bbb055
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,10 @@ body {
margin: 15px; margin: 15px;
} }
div {
margin-top: 5px;
}
input[type="number"] { input[type="number"] {
-moz-appearance: none; -moz-appearance: none;
color: var(--in-content-text-color); color: var(--in-content-text-color);

View File

@@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="chrome://global/skin/global.css" type="text/css" /> <link rel="stylesheet" href="chrome://global/skin/global.css" type="text/css" />
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css" type="text/css" /> <link rel="stylesheet" href="chrome://global/skin/in-content/common.css" type="text/css" />