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.
|
// 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
|
package locale
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Code generated by go generate; DO NOT EDIT.
|
// 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
|
package static
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11,8 +11,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
padding-left: 3px;
|
padding-left: 5px;
|
||||||
padding-right: 3px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -79,12 +79,11 @@ a:hover {
|
||||||
|
|
||||||
.page-header ul {
|
.page-header ul {
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header li {
|
.page-header li {
|
||||||
list-style-type: circle;
|
list-style-type: circle;
|
||||||
line-height: 1.4em;
|
line-height: 1.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
@ -130,7 +129,6 @@ a:hover {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
font-size: 1.0em;
|
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -347,9 +345,8 @@ a.button {
|
||||||
|
|
||||||
/* Login form */
|
/* Login form */
|
||||||
.login-form {
|
.login-form {
|
||||||
margin: auto;
|
margin: 50px auto 0;
|
||||||
margin-top: 50px;
|
max-width: 280px;
|
||||||
width: 350px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Counter */
|
/* Counter */
|
||||||
|
@ -532,10 +529,13 @@ a.button {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||||
color: #555;
|
color: #555;
|
||||||
|
line-height: 1.4em;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-content h1, h2, h3, h4, h5, h6 {
|
.entry-content h1, h2, h3, h4, h5, h6 {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-content iframe,
|
.entry-content iframe,
|
||||||
|
@ -555,10 +555,12 @@ a.button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-content p {
|
.entry-content p {
|
||||||
margin-top: 15px;
|
margin-top: 10px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
text-align: justify;
|
}
|
||||||
line-height: 1.4em;
|
|
||||||
|
.entry-content a {
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-content a:visited {
|
.entry-content a:visited {
|
||||||
|
@ -617,6 +619,12 @@ a.button {
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
overflow-wrap: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-content table {
|
||||||
|
table-layout: fixed;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-content ul,
|
.entry-content ul,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Code generated by go generate; DO NOT EDIT.
|
// 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
|
package static
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Code generated by go generate; DO NOT EDIT.
|
// 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
|
package template
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Code generated by go generate; DO NOT EDIT.
|
// 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
|
package template
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Code generated by go generate; DO NOT EDIT.
|
// 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
|
package sql
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue