summaryrefslogtreecommitdiff
path: root/website/static/css/override.css
diff options
context:
space:
mode:
authorhardythe12013-10-09 14:50:00 +0530
committerhardythe12013-10-09 14:50:00 +0530
commitc949dc9df3d57fa02a34d1eef7176436aefa23d9 (patch)
tree0cca1899f3f370f56321cdd379c4d3f6d467e1d7 /website/static/css/override.css
downloadSciPy2013-c949dc9df3d57fa02a34d1eef7176436aefa23d9.tar.gz
SciPy2013-c949dc9df3d57fa02a34d1eef7176436aefa23d9.tar.bz2
SciPy2013-c949dc9df3d57fa02a34d1eef7176436aefa23d9.zip
Initializing repo with all the files
Diffstat (limited to 'website/static/css/override.css')
-rw-r--r--website/static/css/override.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/website/static/css/override.css b/website/static/css/override.css
new file mode 100644
index 0000000..9d87cc1
--- /dev/null
+++ b/website/static/css/override.css
@@ -0,0 +1,30 @@
+.clearfix{
+ clear: both;
+}
+.top-bar .title-area h1 a{
+ font-family: gtrg;
+ font-size: 12px;
+}
+.top-bar-section li{
+ font-family: gtrg;
+ font-size: 12px;
+}
+.breadcrumbs{
+ background-color: transparent;
+ border: none;
+ padding-left: 0;
+ padding-top: 35px;
+}
+.breadcrumbs > *:before {
+ content: "/";
+ color: #424242;
+ margin: 0 0.75em;
+ position: relative;
+ top: 1px;
+}
+.breadcrumbs a{
+ color: #222222;
+}
+.breadcrumbs .current a{
+ color: #ffffff;
+} \ No newline at end of file