Changeset 20083 for websites

Show
Ignore:
Timestamp:
09/28/08 10:36:44 (2 months ago)
Author:
drry
Message:
  • fixed HTML and CSS.
Location:
websites/mopit/trunk/www
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • websites/mopit/trunk/www/css/site.css

    r18246 r20083  
    33#header { margin: 5px } 
    44#header p em { font-size: 140% } 
    5 #form { margin: 5px; padding: 0 5px; } 
     5#form { margin: 5px; padding: 0 5px } 
    66#articles { float: left; width: 500px; margin: 5px } 
    7 #articles dl dt { font-size: 80%; border-bottom: solid 1px #666 } 
     7#articles dl dt { font-size: 80%; border-bottom: 1px solid #666 } 
    88#articles dl dd { font-size: 120%; margin: 10px } 
    9 #articles dl dd span { font-size: 80%; color: #999; } 
    10 #logins { float: right; width: 250px; border: solid 1px #ccc; margin: 6px; padding: 5px } 
     9#articles dl dd span { font-size: 80%; color: #999 } 
     10#logins { float: right; width: 250px; border: 1px solid #ccc; margin: 6px; padding: 5px } 
    1111#logins h2 { font-size: 120% } 
    1212#footer { clear: both } 
  • websites/mopit/trunk/www/index.tt

    r18246 r20083  
    1717  <form action="" method="post"> 
    1818  <input type="radio" name="allow" value="all" checked="checked">みんなに見せる 
    19   <input type="radio" name="allow" value="friend">マイミクだけに見せる<br /> 
     19  <input type="radio" name="allow" value="friend">マイミクだけに見せる<br> 
    2020  <textarea id="input_content" name="content" cols="60" rows="2"></textarea> 
    21   <input id="submit_content" type="submit" value="post" /> 
     21  <input id="submit_content" type="submit" value="post"> 
    2222  </form> 
    2323  [% ELSE %] 
    24   <a href="?login=1"><img src="img/a_150.gif" /></a>←クリックしてね 
     24  <a href="?login=1"><img src="img/a_150.gif"></a>←クリックしてね 
    2525  [% END %] 
    2626</div>