diff --git a/CHANGELOG.md b/CHANGELOG.md index cd68b27..98cb57b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 2014-06-17 * [bugfix] Fixed broken menu links +* [feature] Incorporated logo into the homepage ## 2014-06-14 diff --git a/assets/src/less/main.less b/assets/src/less/main.less index 4e95235..71af4f0 100644 --- a/assets/src/less/main.less +++ b/assets/src/less/main.less @@ -12,10 +12,22 @@ div.navbar { } } +a.brand span.logo { + color: #ce4213; + background: white; + display: inline-block; + padding: 5px 0 5px 4px; + font-size: 0.9em; + line-height: 0.7em; + border-radius: 2px; + margin-bottom: -5px; + letter-spacing: 3px; +} + div.regex-parser-container { input[type='text'], label, span.quotes { font-family: monospace; - } + } span.quotes { color: rgb(25, 197, 25); @@ -98,11 +110,11 @@ have provided within the ngAnimate attribute. -ms-transition: 1s linear all; /* IE10 */ -o-transition: 1s linear all; /* Opera */ transition: 1s linear all; /* Future Browsers */ - + /* The animation preparation code */ opacity: 0; } - + /* Keep in mind that you want to combine both CSS classes together to avoid any CSS-specificity @@ -111,4 +123,4 @@ conflicts .animate-enter-setup.animate-enter-start { /* The animation code itself */ opacity: 1; -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index 15cc17c..39bb703 100644 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,7 @@ -

PyRegex

+

PyRegex