tab 滚动测试文件添加

This commit is contained in:
Van 2014-08-29 17:56:26 +08:00
parent 93931e0083
commit 8f28d1e308
13 changed files with 116 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, 世界")1
}

View File

@ -86,9 +86,17 @@ ul {
} }
/* start tabs */ /* start tabs */
.tabs {
height: 20px;
overflow: hidden;
width: 97%;
}
.tabs > div { .tabs > div {
background-color: #FFF; background-color: #FFF;
float: left; float: left;
border-left: 1px solid #DDD;
padding: 2px 5px;
} }
.tabs > div.current { .tabs > div.current {