mirror of https://github.com/BOINC/boinc.git
Don't style platform names on home page as links (they aren't links)
(DBOINCP-110)
This commit is contained in:
parent
189cc3698b
commit
597f72b3d3
|
@ -67,7 +67,6 @@
|
||||||
.boinc-overview-details .detail {
|
.boinc-overview-details .detail {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #00aeef;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
@ -78,7 +77,6 @@
|
||||||
}
|
}
|
||||||
.boinc-overview-details a.user-of-the-day,
|
.boinc-overview-details a.user-of-the-day,
|
||||||
.boinc-overview-details a.user-of-the-day:hover {
|
.boinc-overview-details a.user-of-the-day:hover {
|
||||||
color: inherit;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.boinc-overview-details .user-of-the-day .text,
|
.boinc-overview-details .user-of-the-day .text,
|
||||||
|
@ -86,6 +84,9 @@
|
||||||
margin-left: 60px;
|
margin-left: 60px;
|
||||||
max-width: 135px;
|
max-width: 135px;
|
||||||
}
|
}
|
||||||
|
.boinc-overview-details .user-of-the-day .text {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
.boinc-overview-details .user-of-the-day .picture {
|
.boinc-overview-details .user-of-the-day .picture {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: -7px;
|
margin-top: -7px;
|
||||||
|
|
Loading…
Reference in New Issue