mirror of
https://github.com/S2-/pwgen.git
synced 2025-08-02 08:50:04 +02:00
add a margin
This commit is contained in:
@@ -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);
|
||||||
|
@@ -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" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user