Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit a68e05e

Browse files
committed
cleanup #main-content
1 parent 53f7ad6 commit a68e05e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

css/welcome.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,13 @@ header h2 {
110110
#main-content {
111111
width: 100%;
112112
float: left;
113-
/*background: rgba(10, 10, 10, .35);*/
114-
/*background: url(/images/blueprint.jpg) 0 0 repeat;*/
115-
border-radius: 15px;
116113
}
117-
/*#main-content:after {
114+
#main-content:after {
118115
content: "";
119-
top: 0;
120-
left: 0;
121-
bottom: 0;
122-
right: 0;
116+
top: 0; left: 0; bottom: 0; right: 0;
123117
position: absolute;
124118
z-index: -1;
125119
}
126-
*/
127120

128121
#preview {
129122
table-layout: fixed;

0 commit comments

Comments
 (0)