Explorar o código

More repsonsive titles

George S. Baugh %!s(int64=5) %!d(string=hai) anos
pai
achega
dd72f7d2d2
Modificáronse 2 ficheiros con 4 adicións e 3 borrados
  1. 3 2
      www/styles/screen.css
  2. 1 1
      www/templates/posts.tx

+ 3 - 2
www/styles/screen.css

@@ -229,8 +229,6 @@ img.mblogimg, {
 h3.blogtitles {
  margin-bottom: .5em;
  margin-top: 0px;
- height: 2.5rem;
- line-height: 2.5rem;
 }
 em.blogdetail {
  font-size: .8em;
@@ -328,6 +326,9 @@ p.posteditortitle {
    width: 100%;
    display: block;
   }
+  .responsive-hide {
+    display:none;
+  }
 }
 .manageUserEntry {
     border: .25rem dashed black;

+ 1 - 1
www/templates/posts.tx

@@ -46,7 +46,7 @@
                     </select>
                 </form>
                 : }
-                <span id="<: $post.id :>-<: $post.version :>-time" style="float:right;"><: $post.created :></span>
+                <span id="<: $post.id :>-<: $post.version :>-time" class="responsive-hide" style="float:right;"><: $post.created :></span>
                 <a class='postericon <: $post.user :>' title='Posted by <: $post.user :>'>&nbsp;</a>
             </h3>
             : }