quattro: style fakelink

This commit is contained in:
Fabio Comuni 2012-01-12 10:42:59 +01:00
parent 3d7857ecdd
commit ea9f14c27b
2 changed files with 14 additions and 0 deletions

View File

@ -44,6 +44,9 @@ a:hover {color: @LinkHover; text-decoration: underline; }
.hidden { display: none; } .hidden { display: none; }
.clear { clear: both; } .clear { clear: both; }
.fakelink { color: @Link; text-decoration: none; cursor:pointer; }
.fakelink:hover { color: @LinkHover; text-decoration: underline; }
code { code {
font-family: Courier, monospace; font-family: Courier, monospace;
white-space: pre; white-space: pre;
@ -70,6 +73,8 @@ code {
.shadow(); .shadow();
} }
/* tool */ /* tool */
.tool { .tool {

View File

@ -195,6 +195,15 @@ a:hover {
.clear { .clear {
clear: both; clear: both;
} }
.fakelink {
color: #005c94;
text-decoration: none;
cursor: pointer;
}
.fakelink:hover {
color: #005c94;
text-decoration: underline;
}
code { code {
font-family: Courier, monospace; font-family: Courier, monospace;
white-space: pre; white-space: pre;