mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
improve CSS whitespace consistency
This commit is contained in:
parent
6a5364b9d2
commit
735ee8fe34
4 changed files with 265 additions and 265 deletions
|
|
@ -16,12 +16,12 @@ a, a:link, a:active, a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
padding-right: 1px;
|
padding-right: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #cc3334;
|
background-color: #cc3334;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 { color: #333; font-family: verdana, arial, helvetica, sans-serif; text-align: center; }
|
h1, h2, h3 { color: #333; font-family: verdana, arial, helvetica, sans-serif; text-align: center; }
|
||||||
h1 { font-size: 28px }
|
h1 { font-size: 28px }
|
||||||
|
|
@ -64,9 +64,9 @@ div.memo {
|
||||||
|
|
||||||
h4.alert {
|
h4.alert {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-weight:bold;
|
font-weight: bold;
|
||||||
margin:0;
|
margin: 0;
|
||||||
padding:5px;
|
padding: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -92,7 +92,7 @@ h4.notice {
|
||||||
color: #007E00;
|
color: #007E00;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|
@ -103,7 +103,7 @@ h4.notice {
|
||||||
color: #999;
|
color: #999;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Error message styles */
|
/* Error message styles */
|
||||||
|
|
@ -152,11 +152,11 @@ input.open_id {
|
||||||
background-position: 0 50%;
|
background-position: 0 50%;
|
||||||
color: #000;
|
color: #000;
|
||||||
padding-left: 18px;
|
padding-left: 18px;
|
||||||
width:182px;
|
width: 182px;
|
||||||
}
|
}
|
||||||
p.alternate_auth {
|
p.alternate_auth {
|
||||||
text-align:center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
p.alternate_auth a {
|
p.alternate_auth a {
|
||||||
text-decoration:underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ a:hover {
|
||||||
div.footer a {
|
div.footer a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
@ -150,7 +150,7 @@ span.prj, span.ctx{
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.c li {
|
ul.c li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.c {
|
ul.c {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue