Skip to content

Commit 4a33b09

Browse files
committed
assets: New UC Berkeley Library branding logos
Adjust margin a bit for larger size. Also set cursor to pointer for links; otherwise, modern Safari will show a beam cursor because it knows the native SVG element is text. Closes: DP-2236
1 parent 8240cc6 commit 4a33b09

File tree

7 files changed

+42
-121
lines changed

7 files changed

+42
-121
lines changed

app/assets/images/geodata_logo.png

262 Bytes
Loading

app/assets/images/geodata_logo.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/assets/images/geodata_logo_color.svg

Lines changed: 27 additions & 35 deletions
Loading

app/assets/images/geodata_logo_ucb.svg

Lines changed: 0 additions & 39 deletions
This file was deleted.
-12.5 KB
Loading

app/assets/images/library_logo_white.svg

Lines changed: 14 additions & 32 deletions
Loading

app/assets/stylesheets/_footer.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
list-style-type: none;
1515
margin: 0;
1616
padding: 0;
17-
:last-child {
18-
margin-right:20px;
19-
}
2017
li {
2118
display: inline;
2219
margin: 0 12px 4px 0;
@@ -29,6 +26,7 @@
2926
color: white;
3027
font-weight: bold;
3128
font-size: 16px;
29+
cursor: pointer;
3230
&:hover,
3331
&:focus {
3432
color: #fdb515;

0 commit comments

Comments
 (0)