Explorar o código

fix more css stuff

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

+ 1 - 0
www/styles/screen.css

@@ -189,6 +189,7 @@ span#clickme:hover {
 .coolbutton {
  box-shadow: 0 0 .5em black;
  background-color: #333;
+ cursor:pointer;
 }
 .coolbutton:active {
  padding-left: .30em;

+ 4 - 0
www/styles/structure.css

@@ -96,6 +96,10 @@ blockquote {
     display: inline;
 }
 
+.ib {
+    display:inline-block;
+}
+
 .responsive { /*Close enough to 16:9*/
     width: 35rem;
     height: 20rem;

+ 1 - 1
www/templates/index.tx

@@ -9,7 +9,7 @@
     <div id="righttitle" class="toplel">
         : include "categories.tx";
         <a href="/sitemap" title="Sitemap" class="topbar">🗺️</a>
-        <form action="<: $route :>" method="GET" class="inline">
+        <form action="<: $route :>" method="GET" class="ib">
             <input required type="search" class="coolbutton topform" name="like"></input>
             <input class="coolbutton topform" type="submit" value="🔎"></input>
             <a class="topbar" target="_blank" href="<: $search_help :>" title="<: $search_lang :>">❓</a>

+ 1 - 1
www/templates/posts.tx

@@ -136,7 +136,7 @@
                 <div id="postData">
                 : }
                     : if ( $post.is_profile ) {
-                    <h3><: $post.title :></h3>
+                    <big><: $post.title :></big><br /><br />
                     : }
                     : if ( $style != 'media' ) {
                         <: render_it($post.data) | mark_raw  :>