Changeset 3416
- Timestamp:
- 01/13/06 21:28:51 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
r2751 r3416 29 29 } 30 30 31 # ErrorExplanation {31 #errorExplanation { 32 32 width: 400px; 33 33 border: 2px solid red; … … 38 38 } 39 39 40 # ErrorExplanation h2 {40 #errorExplanation h2 { 41 41 text-align: left; 42 42 font-weight: bold; … … 48 48 } 49 49 50 # ErrorExplanation p {50 #errorExplanation p { 51 51 color: #333; 52 52 margin-bottom: 0; … … 54 54 } 55 55 56 # ErrorExplanation ul li {56 #errorExplanation ul li { 57 57 font-size: 12px; 58 58 list-style: square; trunk/actionwebservice/lib/action_web_service/templates/scaffolds/layout.rhtml
r2751 r3416 27 27 } 28 28 29 # ErrorExplanation {29 #errorExplanation { 30 30 width: 400px; 31 31 border: 2px solid red; … … 36 36 } 37 37 38 # ErrorExplanation h2 {38 #errorExplanation h2 { 39 39 text-align: left; 40 40 font-weight: bold; … … 46 46 } 47 47 48 # ErrorExplanation p {48 #errorExplanation p { 49 49 color: #333; 50 50 margin-bottom: 0; … … 52 52 } 53 53 54 # ErrorExplanation ul li {54 #errorExplanation ul li { 55 55 font-size: 12px; 56 56 list-style: square; trunk/railties/lib/rails_generator/generators/components/scaffold/templates/style.css
r2751 r3416 23 23 } 24 24 25 # ErrorExplanation {25 #errorExplanation { 26 26 width: 400px; 27 27 border: 2px solid red; … … 32 32 } 33 33 34 # ErrorExplanation h2 {34 #errorExplanation h2 { 35 35 text-align: left; 36 36 font-weight: bold; … … 42 42 } 43 43 44 # ErrorExplanation p {44 #errorExplanation p { 45 45 color: #333; 46 46 margin-bottom: 0; … … 48 48 } 49 49 50 # ErrorExplanation ul li {50 #errorExplanation ul li { 51 51 font-size: 12px; 52 52 list-style: square;