Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SoC-2024-Ideas.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@ layout: default
title: SoC 2024 Ideas
---

<img style="float: right;" src="https://git-scm.com/images/logos/downloads/Git-Logo-2Color.svg">
![git logo >](https://git-scm.com/images/logos/downloads/Git-Logo-2Color.svg)

This is the idea page for Summer of Code 2024 for Git.

Expand Down
27 changes: 27 additions & 0 deletions css/main.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -2062,3 +2062,30 @@ img{
padding-left: 2em;
text-indent: -2em;
}

@media screen and (min-width: 800px){
img[alt$=">"]{
float: right;
}

/*
* Below styles could be useful when we position
* images to left / center. They're commented now
* since we don't use images in our site much.
*
* Ref: https://stackoverflow.com/a/39614958/5614968
*/
/*
img[alt$="<"]{
float: left;
}

img[alt$="><"]{
display: block;
max-width: 100%;
height: auto;
margin: auto;
float: none!important;
}
*/
}