From 8bee82ae4611ea8deab5dd0c2cc5f4edee185995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xe=CC=81fir=20Destiny?= Date: Tue, 1 Oct 2013 15:56:29 +0200 Subject: [PATCH] En gros le design OK --- css/styles.css | 20 ++++++++++++++++++++ index.html | 24 ++++++++++++++++++++++++ index.php | 10 ---------- 3 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 css/styles.css create mode 100644 index.html delete mode 100644 index.php diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..606f47f --- /dev/null +++ b/css/styles.css @@ -0,0 +1,20 @@ +.btn-group > .btn:first-child { + border-bottom-left-radius: 0; +} + +.btn-group > .btn:last-child { + border-bottom-right-radius: 0; +} + +.btn-group > .btn { + border-bottom: 0; +} + +.label { + position: relative; + bottom: 4px; +} + +pre { + border-top-left-radius: 0; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..c2bcead --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + + + + + Git Center + + + +
+

Magento OK

+
+ + + +
+
coiucou
+
+ + + diff --git a/index.php b/index.php deleted file mode 100644 index c6315a6..0000000 --- a/index.php +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file