Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 48: Line 48:
=== Booking Page with Rounded Corners  (Adaptive Booking Page Only)===
=== Booking Page with Rounded Corners  (Adaptive Booking Page Only)===


  <nowiki>#</nowiki>bookingpage {
  <nowiki>#</nowiki>bookingpage {border-radius: 7px;-webkit-border-radius: 7px;-moz-border-radius: 7px;}
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
}


=== Hide cents===
=== Hide cents===