]> git.quilime.com - plog.git/commitdiff
Fixed tags to display properly indexmasonry
authorGabriel Dunne <gdunne@quilime.com>
Thu, 4 Jul 2013 00:42:28 +0000 (17:42 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 4 Jul 2013 00:42:28 +0000 (17:42 -0700)
css/style.css
templates/footer.html.tpl

index edef4b4719c5727817875f2ca80e0ffa016dc53a..a5ec9074d7e57648b7fb6e5d1fe72b513366dd71 100644 (file)
@@ -123,7 +123,7 @@ table, td, tr {
   background:#111;
 }
 .edit {
-    z-index:10;
+  z-index:10;
   box-sizing: border-box;
   position:fixed;
   width:100%;
@@ -263,9 +263,16 @@ margin-bottom:0.2em;
   padding-bottom:3em;
   height:350px;
 }
+.entries.projects.tagged li .thumb {
+  max-width:200px;
+  max-height:200px;
+}
 .entries.projects.tagged li strong {
   display:inherit;
 }
+.entries.projects.tagged li.tag {
+  float:none;
+}
 .entries.projects.featured li {
   
 }
index 8e4e42ce74390a6fc73c7875ed9bcedacecff737..84da47af0be7078f3d3f981bd732e958f884e642 100644 (file)
@@ -2,15 +2,3 @@
 <!-- footer -->
 <script src="<?=get_base_dir();?>/js/jquery-1.9.1.min.js"></script> 
 <script src="<?=get_base_dir();?>/js/js.js"></script>
-
-
-  
-  <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
-
-  <script>
-
-  $(function() {
-    $( "ul.entries li" ).draggable();
-  });
-
-  </script>
\ No newline at end of file