mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 12:01:17 +01:00
cerulean: switched to lucida grande / tahoma
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
body {
|
||||
background: #fdfdfd;
|
||||
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.jumbotron {
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
padding: 0;
|
||||
margin: 0px;
|
||||
margin-left: -6px; // todo: check why do I have to do this?
|
||||
max-width: 164px;
|
||||
width: 164px;
|
||||
height: 164px;
|
||||
max-width: 163px;
|
||||
width: 163px;
|
||||
height: 163px;
|
||||
|
||||
a {
|
||||
padding: 0;
|
||||
@@ -21,8 +21,8 @@
|
||||
img {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 164px;
|
||||
height: 164px;
|
||||
width: 163px;
|
||||
height: 163px;
|
||||
border: 1px solid #777;
|
||||
border-radius: 0;
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
padding: 2px;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
width: 164px;
|
||||
width: 163px;
|
||||
a, span, i {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
h4 {
|
||||
font-weight: 700;
|
||||
line-height: 20px;
|
||||
line-height: 21px;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user