correct dir + layout (partim)

This commit is contained in:
2013-10-25 09:48:19 +02:00
parent a5afdc6400
commit 6e88c5b76b
20 changed files with 1625 additions and 22 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"build": {
"gumbyPath": "bower_components/gumby",
"outPath": "js"
"outPath": "./../../public/js"
}
}

View File

@@ -1,6 +1,18 @@
nav.inline-nav {
ul, ol {
display: inline-block;
list-style-type: none;
div#connect_module_menu {
text-align: right;
nav.inline-nav {
display: inline;
ul, ol {
list-style-type: none;
display: inline;
li {
display: inline;
}
}
}
}

View File

@@ -0,0 +1,4 @@
div#searchbox {
text-align: right;
}

View File

@@ -1,3 +1,3 @@
@import "_nav.scss";
@import "_searchbox.scss";