Skip to content

Commit

Permalink
Item8859: remove underlines in info popups; bring up to date with pat…
Browse files Browse the repository at this point in the history
…tern

git-svn-id: http://svn.foswiki.org/trunk@7150 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Apr 10, 2010
1 parent c7b882e commit c969d37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
21 changes: 11 additions & 10 deletions core/lib/Foswiki/Configure/resources/pattern.css
Expand Up @@ -55,48 +55,49 @@ blockquote {
padding:.5em 1.25em;
}

h2, h3, h4, h5, h6 {
font-weight:normal;
margin:1em 0 1em 0;
}


h1 {
font-size:190%;
color:#333;
margin:0;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
line-height:1em;
margin:.5em 0;
}

h3,h4,h5,h6 {
font-weight:500;
color:#090;
padding:0;
}

h2 {
font-size:160%;
font-size:153%;
color:#333;
padding:0;
}

h3 {
font-size:133%;
font-size:137%;
margin:1em 0 .5em 0;
}

h4 {
font-size:122%;
font-weight:700;
font-size:127%;
}

h5 {
font-size:110%;
font-weight:700;
font-size:117%;
}

h6 {
font-size:95%;
font-weight:700;
font-size:107%;
}

:link:focus,:visited:focus,:link,:visited,:link:active,:visited:active {
Expand Down
1 change: 1 addition & 0 deletions core/lib/Foswiki/Configure/resources/styles.css
Expand Up @@ -494,6 +494,7 @@ a.configureDefaultValueLink:visited {
position:relative; /*this is the key*/
}
a.configureDefaultValueLink:hover {
text-decoration:none;
}
a.configureDefaultValueLink:link span.configureDefaultValueLinkValue,
a.configureDefaultValueLink:visited span.configureDefaultValueLinkValue {
Expand Down

0 comments on commit c969d37

Please sign in to comment.