css: link and special pagination styling
This commit is contained in:
parent
5c775d1c1b
commit
abbe0a22a7
|
@ -1,6 +1,17 @@
|
|||
/* normalize 2.0 bs */
|
||||
a {
|
||||
.content a {
|
||||
font-weight: normal;
|
||||
text-decoration: dotted underline;
|
||||
|
||||
}
|
||||
|
||||
table.common-table a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
span.disabled {
|
||||
cursor: no-drop;
|
||||
color: @gray-light;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Reference in New Issue