Improve CSS
This commit is contained in:
parent
2b641cc224
commit
9877051f12
8 changed files with 28 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-22 12:56:32.17637034 -0800 PST m=+0.027880962
|
||||
// 2017-11-22 15:58:44.946127807 -0800 PST m=+0.031219488
|
||||
|
||||
package locale
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-22 12:56:32.154538505 -0800 PST m=+0.006049127
|
||||
// 2017-11-22 15:58:44.918764081 -0800 PST m=+0.003855762
|
||||
|
||||
package static
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11,8 +11,8 @@ body {
|
|||
}
|
||||
|
||||
.main {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -79,12 +79,11 @@ a:hover {
|
|||
|
||||
.page-header ul {
|
||||
margin-left: 25px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.page-header li {
|
||||
list-style-type: circle;
|
||||
line-height: 1.4em;
|
||||
line-height: 1.8em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -130,7 +129,6 @@ a:hover {
|
|||
padding: 0;
|
||||
padding-right: 15px;
|
||||
line-height: normal;
|
||||
font-size: 1.0em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
@ -347,9 +345,8 @@ a.button {
|
|||
|
||||
/* Login form */
|
||||
.login-form {
|
||||
margin: auto;
|
||||
margin-top: 50px;
|
||||
width: 350px;
|
||||
margin: 50px auto 0;
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
/* Counter */
|
||||
|
@ -532,10 +529,13 @@ a.button {
|
|||
font-weight: 300;
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
color: #555;
|
||||
line-height: 1.4em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.entry-content h1, h2, h3, h4, h5, h6 {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.entry-content iframe,
|
||||
|
@ -555,10 +555,12 @@ a.button {
|
|||
}
|
||||
|
||||
.entry-content p {
|
||||
margin-top: 15px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 15px;
|
||||
text-align: justify;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.entry-content a {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.entry-content a:visited {
|
||||
|
@ -617,6 +619,12 @@ a.button {
|
|||
background: #f0f0f0;
|
||||
border: 1px solid #ddd;
|
||||
overflow: scroll;
|
||||
overflow-wrap: initial;
|
||||
}
|
||||
|
||||
.entry-content table {
|
||||
table-layout: fixed;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.entry-content ul,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-22 12:56:32.159728625 -0800 PST m=+0.011239247
|
||||
// 2017-11-22 15:58:44.924790514 -0800 PST m=+0.009882195
|
||||
|
||||
package static
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-22 12:56:32.174424983 -0800 PST m=+0.025935605
|
||||
// 2017-11-22 15:58:44.944002944 -0800 PST m=+0.029094625
|
||||
|
||||
package template
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-22 12:56:32.16193023 -0800 PST m=+0.013440852
|
||||
// 2017-11-22 15:58:44.928001659 -0800 PST m=+0.013093340
|
||||
|
||||
package template
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-22 12:56:32.152779508 -0800 PST m=+0.004290130
|
||||
// 2017-11-22 15:58:44.917345977 -0800 PST m=+0.002437658
|
||||
|
||||
package sql
|
||||
|
||||
|
|
Loading…
Reference in a new issue