mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +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;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #fff;
|
||||
background-color: #cc3334;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3 { color: #333; font-family: verdana, arial, helvetica, sans-serif; text-align: center; }
|
||||
h1 { font-size: 28px }
|
||||
|
|
@ -64,9 +64,9 @@ div.memo {
|
|||
|
||||
h4.alert {
|
||||
font-size: 0.8em;
|
||||
font-weight:bold;
|
||||
margin:0;
|
||||
padding:5px;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
@ -92,7 +92,7 @@ h4.notice {
|
|||
color: #007E00;
|
||||
margin-bottom: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
#footer {
|
||||
|
|
@ -103,7 +103,7 @@ h4.notice {
|
|||
color: #999;
|
||||
margin: 20px auto;
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Error message styles */
|
||||
|
|
@ -152,11 +152,11 @@ input.open_id {
|
|||
background-position: 0 50%;
|
||||
color: #000;
|
||||
padding-left: 18px;
|
||||
width:182px;
|
||||
width: 182px;
|
||||
}
|
||||
p.alternate_auth {
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
}
|
||||
p.alternate_auth a {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ a:hover {
|
|||
div.footer a {
|
||||
text-decoration: underline;
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #fff;
|
||||
|
|
@ -150,7 +150,7 @@ span.prj, span.ctx{
|
|||
}
|
||||
|
||||
ul.c li {
|
||||
list-style-type: none;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ul.c {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue