Skip to content

Commit 07ebcff

Browse files
author
Michael Zolda
committed
leaving CSS beautification to the experts
1 parent f93eed2 commit 07ebcff

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

css/basic.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ a:visited {
2828
min-height:100%;
2929
}
3030

31-
.catcells, .catcells.long {
31+
.catcells {
3232
width: 220px;
3333
height: 100px;
3434
margin: 8px;
@@ -38,8 +38,14 @@ a:visited {
3838
box-shadow: 0px 0px 5px #cfcfcf;
3939
}
4040

41-
.catcells.long {
41+
.longcatcells {
42+
width: 220px;
4243
height: 200px;
44+
margin: 8px;
45+
padding: 10px;
46+
border: 1px solid #ffffff;
47+
border-radius: 10px;
48+
box-shadow: 0px 0px 5px #cfcfcf;
4349
}
4450

4551
.inlinebox {

0 commit comments

Comments
 (0)