Skip to content
Snippets Groups Projects
Commit ac4d7d7d authored by Lillian Gray's avatar Lillian Gray
Browse files

Specify css rules for readability #9

parent 5dfc01a4
Branches
No related merge requests found
......@@ -202,7 +202,7 @@ header a, header button {
font-size: 15px;
height: 35px;
width: 100px;
background: white;
background-color: white;
text-align: center;
vertical-align: text-top;
}
......@@ -227,7 +227,7 @@ header a, header button {
.getPermalink, .csvButton {
padding: 3px;
font-size: 16px;
background: white;
background-color: white;
position: relative;
}
......@@ -254,7 +254,7 @@ header a, header button {
height: 140%;
line-height: 140%;
border-radius: 5px;
background: #9f2d42;
background-color: #9f2d42;
bottom: 150%;
left: 20%;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment