Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2018-08-01 12:49:14 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-08-01 12:49:14 +0300
commit1f5981e42a4dd439b534a3ac74b44e5fed79c552 (patch)
treef88f6426554c544b12717659346ee6b7c071250a /assets/css
parentfa19d7c4d08bc52f031214a06a2e9d7390b2f6f4 (diff)
remove logo abs pos and tweak code padding
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index efc040d..002b381 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -100,7 +100,7 @@ blockquote {
p code {
font-size: .8rem;
font-family: monospace;
- padding: .5rem;
+ padding: .2rem;
color: #2d3847;
background-color: #dfe3ec;
border: 1px #505d70 dashed;
@@ -263,7 +263,6 @@ label {
}
#avatar {
float: left;
- position: absolute;
margin-top: .5rem;
margin-left: .8rem;
width: 100px;