Explorar el Código

fixed col-md-4 css

AkiraLaine hace 9 años
padre
commit
aa926a1b1c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      app/app.css
  2. 1 1
      app/templates/room.html

+ 1 - 1
app/app.css

@@ -483,7 +483,7 @@ form button:hover {
     #song-media{
         margin-left: 0;
     }
-    .col-md-4{
+    #song-info{
         margin: 15px auto;
         width: 200px;
     }

+ 1 - 1
app/templates/room.html

@@ -31,7 +31,7 @@
                                 <!--div id="player" class="embed-responsive-item"></div-->
                             </div>
                         </div>
-                        <div class="col-md-4" style="margin-top:15px">
+                        <div id="song-info" class="col-md-4" style="margin-top:15px">
                           <img class="song-img" onError="this.src='http://static.boredpanda.com/blog/wp-content/uploads/2014/04/amazing-fox-photos-182.jpg'" id="song-img"/>
                           <h2 class="room-title">{{{title}}}</h2>
                           <h2 class="room-artist">{{{artist}}}</h2>