Skip to content

Commit 4e08651

Browse files
committed
initial commit
0 parents  commit 4e08651

File tree

12 files changed

+114
-0
lines changed

12 files changed

+114
-0
lines changed

README.md

Whitespace-only changes.

lib/box/blocks.css

Whitespace-only changes.

lib/box/main.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#cssmenu:after {
2+
content: ".";
3+
display: block;
4+
clear: both;
5+
visibility: hidden;
6+
line-height: 0;
7+
height: 0;
8+
}
9+
#cssmenu {
10+
width: auto;
11+
border-bottom: 3px solid #47c9af;
12+
font-family: Raleway, sans-serif;
13+
line-height: 1;
14+
}

lib/box/positioning.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#cssmenu.align-center > ul {
2+
font-size: 0;
3+
text-align: center;
4+
}
5+
#cssmenu.align-center > ul > li {
6+
display: inline-block;
7+
float: none;
8+
}
9+
#cssmenu.align-right > ul > li {
10+
float: right;
11+
}
12+
#cssmenu.align-right > ul > li > a {
13+
margin-right: 0;
14+
margin-left: -4px;
15+
}

lib/elements/button.css

Whitespace-only changes.

lib/elements/colors.css

Whitespace-only changes.

lib/elements/features.css

Whitespace-only changes.

lib/elements/fonts.css

Whitespace-only changes.

lib/elements/images.css

Whitespace-only changes.

lib/elements/inputs.css

Whitespace-only changes.

0 commit comments

Comments
 (0)