mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Add temporary conference banner
This commit is contained in:
parent
0459ea8854
commit
3eb2abeb41
3 changed files with 11 additions and 0 deletions
|
@ -571,6 +571,11 @@ li{
|
|||
-webkit-border-radius:9px;
|
||||
}
|
||||
|
||||
.conferencebanner{
|
||||
float:right;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
/*Styles specific to mobiles*/
|
||||
|
||||
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
|
||||
|
@ -660,4 +665,9 @@ li{
|
|||
.preview{
|
||||
display:none;
|
||||
}
|
||||
.conferencebanner{
|
||||
float:none;
|
||||
display:inline-block;
|
||||
margin:0px 0px 10px 0px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue