aboutsummaryrefslogtreecommitdiffstats
path: root/docs/wiki_widgets.css
diff options
context:
space:
mode:
authorIgor Minar2010-11-05 21:12:37 -0700
committerIgor Minar2010-11-09 22:27:31 -0800
commit324694a58b6d0ed33e05b511be4767573d9187dd (patch)
tree0b7243e721da17e9b5c5a1111ed9c0d28829b309 /docs/wiki_widgets.css
parenteffcd340e9d41a2ab8368e4de06a1a83a206ac32 (diff)
downloadangular.js-324694a58b6d0ed33e05b511be4767573d9187dd.tar.bz2
Better example widget
- syntax highlighting - tabless design - rename widget to doc:example - rename widget files (wiki_widget.* -> doc_widget.*) - example section is now optional
Diffstat (limited to 'docs/wiki_widgets.css')
-rw-r--r--docs/wiki_widgets.css58
1 files changed, 0 insertions, 58 deletions
diff --git a/docs/wiki_widgets.css b/docs/wiki_widgets.css
deleted file mode 100644
index a1f6e939..00000000
--- a/docs/wiki_widgets.css
+++ /dev/null
@@ -1,58 +0,0 @@
-WIKI\:SOURCE,
-WIKI\:SOURCE>ul.tabs,
-WIKI\:SOURCE>ul.tabs>li {
- display: block;
- margin: 0;
- padding: 0;
-}
-WIKI\:SOURCE>ul.tabs {
- margin: 0 !important;
- padding: 0 !important;
-}
-
-WIKI\:SOURCE > ul.tabs > li.tab {
- margin: 0 0 0 .8em !important;
- display: inline-block;
- border: 1px solid gray;
- padding: .1em .8em .4em .8em !important;
- -moz-border-radius-topleft: 5px;
- -moz-border-radius-topright: 5px;
- -webkit-border-top-left-radius: 5px;
- -webkit-border-top-right-radius: 5px;
- border-bottom: none;
- cursor: pointer;
- background-color: lightgray;
- margin-bottom: -2px;
- position: relative;
- z-index: 0;
-}
-
-WIKI\:SOURCE > ul.tabs > li.tab.selected {
- z-index: 2;
- background-color: white;
- font-weight: bold;
- border-width: 2px;
-}
-
-WIKI\:SOURCE > ul.tabs > li.pane {
- border: 2px solid gray;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background-color: white;
- padding: 5px !important;
-}
-
-WIKI\:SOURCE > ul.tabs > li.pane {
- display:none;
-}
-
-WIKI\:SOURCE > ul.tabs > li.pane.selected {
- position: relative;
- z-index: 1;
- display:block;
-}
-WIKI\:SOURCE > ul.tabs > li.pane.source {
- font-size: .8em !important;
-}
-////////////////// \ No newline at end of file