File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -66,3 +66,18 @@ body:not(.dark) .mlrc_dark {
66
66
margin-top : 5em ;
67
67
margin-bottom : 2em ;
68
68
}
69
+
70
+ .footer_logo_openai {
71
+ background : url (" ../uploads/openai_logo.png" );
72
+ background-repeat : no-repeat ;
73
+ background-position : center ;
74
+ background-size : inherit ;
75
+ height : 3em ;
76
+ /* adjust as needed */
77
+ padding-top : 1em ;
78
+ margin-left : 1em ;
79
+ padding-bottom : 1em ;
80
+ text-shadow : 1px 1px 2px black ;
81
+ margin-top : 5em ;
82
+ margin-bottom : 2em ;
83
+ }
Original file line number Diff line number Diff line change @@ -151,4 +151,5 @@ The Machine Learning Reproducibility Challenge Conference is hosted by Princeton
151
151
<div class =" row " >
152
152
<div class =" col-md-6 footer_logo_plai " ></div >
153
153
<div class =" col-md-3 footer_logo_meta " ></div >
154
+ <div class =" col-md-3 footer_logo_openai " ></div >
154
155
</div >
You can’t perform that action at this time.
0 commit comments