1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-25 04:33:39 +00:00

Rename docs directory

This commit is contained in:
Nick Craig-Wood
2014-04-17 22:32:39 +01:00
parent 8d32651c53
commit 40f755df20
31 changed files with 5 additions and 6 deletions

19
docs/static/css/base.css vendored Normal file
View File

@@ -0,0 +1,19 @@
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
}
.navbar-inverse .navbar-nav>li>a {
color: #444444;
}
.navbar-inverse .navbar-brand {
color: #000000;
}
.navbar {
background-color: #68ccf1;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
background-color: #b0e4f7;
color: #000000;
}