Skip to content

Commit

Permalink
Merge remote-tracking branch 'strand/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
joneskoo committed Mar 4, 2011
2 parents 6d6db2d + 2a66d92 commit 90c7299
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
23 changes: 23 additions & 0 deletions sikteeri/static/css/blue.css
Expand Up @@ -39,4 +39,27 @@ div.contentmenu {
background-color: #E6E9ED; background-color: #E6E9ED;
border-left: 1px solid #D8DBDB; border-left: 1px solid #D8DBDB;
border-bottom: 1px solid #D8DBDB; border-bottom: 1px solid #D8DBDB;
}

/* Linkit */

a {
color: #114e6d;
}

a:visited {
color: #072331;
}

a:visited:hover {
color: #0d405a;
}

a:hover {
color: #277ca7;
}

fieldset legend {
color: #284b5c;
border-bottom: 1px solid #35637a;
} }
8 changes: 4 additions & 4 deletions sikteeri/static/css/content.css
Expand Up @@ -195,19 +195,19 @@ div.poytakirja ol.otsikot p {
/* Linkit */ /* Linkit */


a { a {
color: #114e6d; color: #566d11;
} }


a:visited { a:visited {
color: #072331; color: #273107;
} }


a:visited:hover { a:visited:hover {
color: #0d405a; color: #475a0d;
} }


a:hover { a:hover {
color: #277ca7; color: #87a727;
} }


a.external { a.external {
Expand Down
4 changes: 2 additions & 2 deletions sikteeri/static/css/form.css
Expand Up @@ -23,8 +23,8 @@ fieldset {
fieldset legend { fieldset legend {
display: block; display: block;
width: 410px; width: 410px;
color: #284b5c; color: #566d11;
border-bottom: 1px solid #35637a; border-bottom: 1px solid #566d11;
} }


p.field { p.field {
Expand Down

0 comments on commit 90c7299

Please sign in to comment.