<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -77,9 +77,9 @@ caption {background:#eee;}
 label {font-weight:bold;}
 fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
 legend {font-weight:bold;font-size:1.2em;}
-input[type=text], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
-input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
-input[type=text], input.text, input.title, textarea, select {margin:0.5em 0;}
+input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
+input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
+input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
 input.text, input.title {width:300px;padding:5px;}
 input.title {font-size:1.5em;}
 textarea {width:390px;height:250px;padding:5px;}</diff>
      <filename>blueprint/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -18,19 +18,19 @@ legend      { font-weight: bold; font-size:1.2em; }
 /* Form fields
 -------------------------------------------------------------- */
 
-input[type=text],
+input[type=text], input[type=password],
 input.text, input.title, 
 textarea, select { 
   background-color:#fff; 
   border:1px solid #bbb; 
 }
-input[type=text]:focus, 
+input[type=text]:focus, input[type=password]:focus, 
 input.text:focus, input.title:focus, 
 textarea:focus, select:focus { 
   border-color:#666; 
 }
 
-input[type=text], 
+input[type=text], input[type=password],
 input.text, input.title,
 textarea, select {
   margin:0.5em 0;</diff>
      <filename>blueprint/src/forms.css</filename>
    </modified>
    <modified>
      <diff>@@ -38,6 +38,11 @@
             &lt;/p&gt;
             
             &lt;p&gt;
+              &lt;label for=&quot;dummy3&quot;&gt;A password field&lt;/label&gt;&lt;br&gt;
+              &lt;input type=&quot;password&quot; class=&quot;text&quot; id=&quot;dummy3&quot; name=&quot;dummy3&quot; value=&quot;Password field with class .text&quot;&gt;
+            &lt;/p&gt;
+            
+            &lt;p&gt;
               &lt;input type=&quot;submit&quot; value=&quot;Submit&quot;&gt;
               &lt;input type=&quot;reset&quot; value=&quot;Reset&quot;&gt;
             &lt;/p&gt;</diff>
      <filename>tests/parts/forms.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0f7588a56d43bf81a830dce22c4293919edba33c</id>
    </parent>
  </parents>
  <author>
    <name>Christoph Lupprich</name>
    <email>christoph@lupprich.info</email>
  </author>
  <url>http://github.com/joshuaclayton/blueprint-css/commit/d77e914e85669ff9f05034e51d4d6d8a9dba2fa9</url>
  <id>d77e914e85669ff9f05034e51d4d6d8a9dba2fa9</id>
  <committed-date>2009-06-14T19:26:21-07:00</committed-date>
  <authored-date>2009-06-13T04:30:57-07:00</authored-date>
  <message>Password inputs got the same style as regular text inputs.

Signed-off-by: Joshua Clayton &lt;jclayton@fusionary.com&gt;</message>
  <tree>fb75276a82fe27d2d0af1bb4519ee1923d8edffb</tree>
  <committer>
    <name>Joshua Clayton</name>
    <email>jclayton@fusionary.com</email>
  </committer>
</commit>
