Skip to content

Commit e3cc30e

Browse files
committed
Alternative styles to hide parts that might be moved to other modules
1 parent 1cef563 commit e3cc30e

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

css3-layout/with.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
del.grid {text-decoration: none; background: none; color: inherit}
2+
ins.grid {display: none}

css3-layout/without-grid-4.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ins.grid {text-decoration: none; background: none; color: inherit; display: inline}
2+
.grid, .level4 {display: none}

css3-layout/without-grid.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ins.grid {text-decoration: none; background: none; color: inherit; display: inline}
2+
.grid {display: none}

0 commit comments

Comments
 (0)