From 6db2f0f4b9816ccd271332b89a05a9d0d753216b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 26 Feb 2015 17:57:42 +0100 Subject: shuffle things around on the way to a bootstrap-based configurable website --- assets/css/main.less | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 assets/css/main.less (limited to 'assets/css/main.less') diff --git a/assets/css/main.less b/assets/css/main.less new file mode 100644 index 0000000..44380c5 --- /dev/null +++ b/assets/css/main.less @@ -0,0 +1,22 @@ +@import "_structure.less"; + +// conference specific styles here + +/* +@navbar-default-link-color: #FFF; +@navbar-default-link-hover-color: darken(@navbar-default-link-color, 10%); +@navbar-default-bg: #333; + +@border-radius-base: 0; + + +.banner { + background: url('@{img}bg.png') no-repeat top center; + text-align: center; + + img { + margin: 30px; + } +} + +*/ \ No newline at end of file -- cgit v1.2.3