[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Stylize list bullets

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 5日 (木) 11:21:47 JST


SHIMODA Hiroshi	2012-07-05 11:21:47 +0900 (Thu, 05 Jul 2012)

  New Revision: 4582910cac47652a95a3ce79c4ac1c1044504491
  https://github.com/groonga/gcs.groonga.org/commit/4582910cac47652a95a3ce79c4ac1c1044504491

  Log:
    Stylize list bullets

  Modified files:
    stylesheets/screen/base.css
    stylesheets/screen/home.css

  Modified: stylesheets/screen/base.css (+22 -0)
===================================================================
--- stylesheets/screen/base.css    2012-07-05 11:20:30 +0900 (70226b1)
+++ stylesheets/screen/base.css    2012-07-05 11:21:47 +0900 (0df5836)
@@ -87,6 +87,24 @@ h1#global-heading {
   left: 15%;
 }
 
+ul li {
+  list-style: none;
+}
+
+ul li:before {
+  color: #2A546C;
+  content: "\25ba";
+  display: block;
+  font-size: 0.8em;
+  left: -1.5em;
+  line-height: 1;
+  max-width: 0;
+  max-height: 0;
+  position: relative;
+  top: 0.5em;
+}
+
+
 nav {
   font-size: 90%;
   left: 15%;
@@ -107,6 +125,10 @@ nav ul li {
   padding-right: 1em;
 }
 
+nav ul li:before {
+  display: none;
+}
+
 footer {
   border-top: 1px solid;
   clear: both;

  Modified: stylesheets/screen/home.css (+4 -0)
===================================================================
--- stylesheets/screen/home.css    2012-07-05 11:20:30 +0900 (c58354a)
+++ stylesheets/screen/home.css    2012-07-05 11:21:47 +0900 (ab441d3)
@@ -165,3 +165,7 @@ nav {
   margin-right: 0;
   padding-right: 0;
 }
+
+#more-resources ul li:before {
+  display: none;
+}
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index