Changeset 39
- Timestamp:
- 02/08/07 21:53:15 (6 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/docs/template/elixir.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/docs/template/elixir.css
r37 r39 228 228 } 229 229 230 table { 231 border-collapse: collapse; 232 } 233 234 th { 235 padding: 2px 0 2px 5px; 230 table.docutils { 231 border: none; 232 border-spacing: 1px; 233 font-size: 0.9em; 234 } 235 236 table.docutils th, td { 236 237 text-align: left; 237 border: 1px solid #444; 238 background: #89AFF9; 239 } 240 241 td { 242 padding: 2px 0 2px 5px; 243 background: #FFF; 244 } 238 padding: 0.5em; 239 background-color: #F8F8FF; 240 border: 1px solid #FFF; 241 } 242 243 table.docutils th { 244 background-color: #2767D3; 245 border-color: #113AAC; 246 color: #FFF; 247 }
