File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 42
42
{% endif %}
43
43
</ head >
44
44
< body >
45
-
45
+ < div class ="banner ">
46
+ < a href ="https://nrcon.nodered.org " class ="banner-content ">
47
+ Node-RED Con - 4th November 2025 - Call for Papers now open »
48
+ </ a >
49
+ </ div >
46
50
< div class ="header ">
47
51
< div class ="header-content ">
48
52
< div class ="brand "> < a href ="/ "> Node-RED</ a > </ div >
Original file line number Diff line number Diff line change 54
54
padding : 0px 10px ;
55
55
min-height : 50px ;
56
56
background : # 333 ;
57
-
58
57
}
59
58
.header-content {
60
59
width : 100% ;
@@ -124,6 +123,23 @@ dd {
124
123
text-align : center;
125
124
}
126
125
126
+ .banner {
127
+ font-family : "Roboto Slab" ;
128
+ font-size : 16px ;
129
+ line-height : 50px ;
130
+ padding : 0px 10px ;
131
+ min-height : 50px ;
132
+ background : # 333 ;
133
+ border-bottom : 1px solid # eee ;
134
+ text-align : center;
135
+ }
136
+ .banner-content {
137
+ width : 100% ;
138
+ max-width : 1155px ;
139
+ min-width : 755px ;
140
+ margin : 0 auto;
141
+ color : # fff ;
142
+ }
127
143
128
144
/**** END HEADER ****/
129
145
287
303
.header ul a : hover {
288
304
border : none;
289
305
}
306
+
307
+ .banner-content {
308
+ min-width : 0 ;
309
+ }
290
310
}
You can’t perform that action at this time.
0 commit comments