Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
/* All CSS here will be loaded for users of the mobile site */
 
/* All CSS here will be loaded for users of the mobile site */
 +
 +
div.version_bar {
 +
  position: sticky;
 +
  position: -webkit-sticky;
 +
  top: 0px;
 +
  padding: 0.1em;
 +
  padding-right: 0.6em;
 +
  border-radius:0.0em;
 +
  background-color:#000000;
 +
  color:#ffffff;
 +
  text-align:right;
 +
}

Navigation menu