Browse Source

Removed superflous `;`.

* Also removed comment, I think its self-explanatory.
pull/135/head
Ben Schwarz 12 years ago
parent
commit
748a15ca32
  1. 2
      docs/css/docs.css

2
docs/css/docs.css

@ -652,7 +652,7 @@ h6 {
.iphone .iphone-content .modal { position: absolute; }
.iphone .iphone-content .modal .content { margin-top: 44px; }
#myModal.active { background: #cecece; }
#modalsInPhone #iwindow > .button { margin: 10px; }; /* Gives the button some room so it isn't right up against the edge of the iPhone */
#modalsInPhone #iwindow > .button { margin: 10px; }
/* Slider examples */
.component-example-fullbleed .slider,

Loading…
Cancel
Save