File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: default
33title : SoC 2024 Ideas
44---
55
6- < img style = " float : right ; " src = " https://git-scm.com/images/logos/downloads/Git-Logo-2Color.svg " >
6+ ![ git logo > ] ( https://git-scm.com/images/logos/downloads/Git-Logo-2Color.svg )
77
88This is the idea page for Summer of Code 2024 for Git.
99
Original file line number Diff line number Diff line change @@ -2062,3 +2062,30 @@ img{
20622062padding-left : 2em ;
20632063text-indent : -2em ;
20642064}
2065+
2066+ @media screen and (min-width : 800px ){
2067+ img [alt $= ">" ]{
2068+ float : right;
2069+ }
2070+
2071+ /*
2072+ * Below styles could be useful when we position
2073+ * images to left / center. They're commented now
2074+ * since we don't use images in our site much.
2075+ *
2076+ * Ref: https://stackoverflow.com/a/39614958/5614968
2077+ */
2078+ /*
2079+ img[alt$="<"]{
2080+ float: left;
2081+ }
2082+
2083+ img[alt$="><"]{
2084+ display: block;
2085+ max-width: 100%;
2086+ height: auto;
2087+ margin: auto;
2088+ float: none!important;
2089+ }
2090+ */
2091+ }
You can’t perform that action at this time.
0 commit comments