From ed6f78e95af0d1a1073ad3577d308ca0f99ddef6 Mon Sep 17 00:00:00 2001 From: JoseluCross Date: Mon, 22 Oct 2018 18:29:23 +0200 Subject: [PATCH] Hot: Improve nav and header --- Source/.env | 3 -- Source/.env.dist | 3 -- Source/assets/css/main.css | 11 ++++++ Source/assets/html/header.twig | 3 +- Source/assets/html/nav.twig | 4 +-- Source/symfony.lock | 65 ---------------------------------- 6 files changed, 15 insertions(+), 74 deletions(-) delete mode 100644 Source/.env delete mode 100644 Source/.env.dist delete mode 100644 Source/symfony.lock diff --git a/Source/.env b/Source/.env deleted file mode 100644 index 2148dfc..0000000 --- a/Source/.env +++ /dev/null @@ -1,3 +0,0 @@ -# This file is a "template" of which env vars need to be defined for your application -# Copy this file to .env file for development, create environment variables when deploying to production -# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration diff --git a/Source/.env.dist b/Source/.env.dist deleted file mode 100644 index 2148dfc..0000000 --- a/Source/.env.dist +++ /dev/null @@ -1,3 +0,0 @@ -# This file is a "template" of which env vars need to be defined for your application -# Copy this file to .env file for development, create environment variables when deploying to production -# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration diff --git a/Source/assets/css/main.css b/Source/assets/css/main.css index 42b8c7f..570f635 100644 --- a/Source/assets/css/main.css +++ b/Source/assets/css/main.css @@ -37,6 +37,17 @@ p{ margin: 0; } +sup, sub { + vertical-align: baseline; + position: relative; + top: -0.4em; +} +sub { + top: 0.4em; +} + + + .navbar { min-height: 0px !important; } diff --git a/Source/assets/html/header.twig b/Source/assets/html/header.twig index 72eb0c7..aca3a43 100644 --- a/Source/assets/html/header.twig +++ b/Source/assets/html/header.twig @@ -1,4 +1,5 @@
-

CodeShareBeta

+

BetaCodeShareBeta

+
by Code Solutions Project

Simple solutions for common problems

\ No newline at end of file diff --git a/Source/assets/html/nav.twig b/Source/assets/html/nav.twig index 8942cc9..2e2d8cd 100644 --- a/Source/assets/html/nav.twig +++ b/Source/assets/html/nav.twig @@ -14,7 +14,7 @@ Home
  • - Submit code + Submit code
  • Documentation @@ -29,7 +29,7 @@
    - +
  • {% if user.nick is defined %} diff --git a/Source/symfony.lock b/Source/symfony.lock deleted file mode 100644 index 3c16c2c..0000000 --- a/Source/symfony.lock +++ /dev/null @@ -1,65 +0,0 @@ -{ - "doctrine/cache": { - "version": "v1.8.0" - }, - "doctrine/dbal": { - "version": "v2.8.0" - }, - "doctrine/event-manager": { - "version": "v1.0.0" - }, - "jkanetwork/dbwrapper": { - "version": "1.5.1" - }, - "pimple/pimple": { - "version": "v3.2.3" - }, - "psr/log": { - "version": "1.0.2" - }, - "silex/silex": { - "version": "v2.3.0" - }, - "symfony/debug": { - "version": "v4.1.5" - }, - "symfony/event-dispatcher": { - "version": "v4.1.5" - }, - "symfony/flex": { - "version": "1.0", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "1.0", - "ref": "e921bdbfe20cdefa3b82f379d1cd36df1bc8d115" - } - }, - "symfony/http-foundation": { - "version": "v4.1.5" - }, - "symfony/http-kernel": { - "version": "v4.1.5" - }, - "symfony/polyfill-ctype": { - "version": "v1.9.0" - }, - "symfony/polyfill-mbstring": { - "version": "v1.9.0" - }, - "symfony/routing": { - "version": "4.0", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "4.0", - "ref": "5f514d9d3b8a8aac3d62ae6a86b18b90ed0c7826" - } - }, - "symfony/twig-bridge": { - "version": "v4.1.5" - }, - "twig/twig": { - "version": "v2.5.0" - } -}