Changeset 606
- Timestamp:
- Jun 22, 2010, 9:09:07 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/DataSource.groovy
r504 r606 66 66 /** MSSQL */ 67 67 //For more info see the docs that you downloaded with the driver. 68 // dialect = org.hibernate.dialect.SQLServerDialect // Useful with `grails schema-export` 68 69 // driverClassName = "com.microsoft.sqlserver.jdbc.SQLServerDriver" 69 70 // username = "gnumimsadmin" -
trunk/web-app/css/main.css
r569 r606 251 251 252 252 td.errors select { 253 background: #ffEbEb; /*Set select background since select borders cannot be styled in IE*/ 253 254 border: 1px solid red; 254 255 }
Note: See TracChangeset
for help on using the changeset viewer.