mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
change ic png filenames and ref to all lowercase
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -235,27 +235,27 @@
|
||||
width: 69px;
|
||||
|
||||
.discord-icon {
|
||||
content: url(../img/community/ic_Discord.png)
|
||||
content: url(../img/community/ic_discord.png)
|
||||
}
|
||||
|
||||
.twitter-icon {
|
||||
content: url(../img/community/ic_Twitter.png);
|
||||
content: url(../img/community/ic_twitter.png);
|
||||
}
|
||||
|
||||
.youtube-icon {
|
||||
content: url(../img/community/ic_Youtube.png);
|
||||
content: url(../img/community/ic_youtube.png);
|
||||
}
|
||||
|
||||
.xrpl-icon {
|
||||
content: url(../img/community/ic_XRPL.png);
|
||||
content: url(../img/community/ic_xrpl.png);
|
||||
}
|
||||
|
||||
.github-icon {
|
||||
content: url(../img/community/ic_GitHub.png);
|
||||
content: url(../img/community/ic_github.png);
|
||||
}
|
||||
|
||||
.stackoverflow-icon {
|
||||
content: url(../img/community/ic_StackOverflow.png);
|
||||
content: url(../img/community/ic_stackoverflow.png);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -986,27 +986,27 @@ pre code {
|
||||
}
|
||||
|
||||
.discord-icon {
|
||||
content: url(../img/community/ic_Discord_light.png)
|
||||
content: url(../img/community/ic_discord_light.png)
|
||||
}
|
||||
|
||||
.twitter-icon {
|
||||
content: url(../img/community/ic_Twitter_light.png);
|
||||
content: url(../img/community/ic_twitter_light.png);
|
||||
}
|
||||
|
||||
.youtube-icon {
|
||||
content: url(../img/community/ic_Youtube_light.png);
|
||||
content: url(../img/community/ic_youtube_light.png);
|
||||
}
|
||||
|
||||
.xrpl-icon {
|
||||
content: url(../img/community/ic_XRPL_light.png);
|
||||
content: url(../img/community/ic_xrpl_light.png);
|
||||
}
|
||||
|
||||
.github-icon {
|
||||
content: url(../img/community/ic_GitHub_light.png);
|
||||
content: url(../img/community/ic_github_light.png);
|
||||
}
|
||||
|
||||
.stackoverflow-icon {
|
||||
content: url(../img/community/ic_StackOverflow_light.png);
|
||||
content: url(../img/community/ic_stackoverflow_light.png);
|
||||
}
|
||||
|
||||
#run-a-network-node .card-deck {
|
||||
|
||||
Reference in New Issue
Block a user