Welcome to mirror list, hosted at ThFree Co, Russian Federation.

expected.css « source-map « fixtures « test « node-sass « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 708bc47a9690ad0ace9969cd6ad1300bcace49f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#navbar {
  width: 80%;
  height: 23px; }

#navbar ul {
  list-style-type: none; }

#navbar li {
  float: left; }
  #navbar li a {
    font-weight: bold; }

/*# sourceMappingURL=index.map */