0
A
回答
0
只需複製/過去960-fluid.css並重命名爲960-fluid-rtl.css,除推拉樣式和交換.push和.pull樣式外,清除樣式。
find and replace:
.push->.xxxx
.pull->.push
.xxxx->.pull
一些的黑客的template.php
function omega_css_alter(&$css) {
// fluid width option
if (theme_get_setting('omega_fixed_fluid') == 'fluid') {
$css_960 = drupal_get_path('theme', 'omega') . '/css/960.css';
$css_960_rtl = drupal_get_path('theme', 'omega') . '/css/960-rtl.css';
if (isset($css[$css_960])) {
$css[$css_960]['data'] = drupal_get_path('theme', 'omega') . '/css/960-fluid.css';
}
if (isset($css[$css_960_rtl])) {
$css[$css_960_rtl]['data'] = drupal_get_path('theme', 'omega') . '/css/960-fluid-rtl.css';
}
}
}
1
有一個old open issue聽起來像你正在描述的。也許這實際上現在只是被打破了?
相關問題
- 1. 其中是libMobileGestalt.dylib
- 2. 其中是socket.io.js?
- 3. 其中是org.apache.derby.jdbc.ClientDriver?
- 4. 其中是RelatedToAttribute?
- 5. 其中是user.config?
- 6. 其中是sscanf_s?
- 7. 其中庫是com.atlassian.jira.user.util?
- 8. android:其中是android.provider.Telephony.SMS_RECEIVED?
- 9. OfxEtherDream:其中是getNumEtherdream()?
- 10. Zend_Session其中是cookie?
- 11. 其中「this」指的是
- 12. PHP:其中是mime_content_type函數?
- 13. 其中是鉻CSS參考
- 14. Python:其中是random.random()播種?
- 15. Angular2 rc1,其中是shims_for_IE
- 16. 其中TextBox是遊標。?
- 17. 其中是opencv的staticlib 3.1
- 18. eclipse其中是args []存儲?
- 19. 其中是JSTL .tld文件?
- 20. 其中是'__path__'來自
- 21. python linkedin oauth2 - 其中是http_api.py?
- 22. 其中是JSR-97(JavaHelp)
- 23. addToolTipRect,但其中是「modifyToolTipRect」
- 24. Angular-CLI:其中是system-config.js
- 25. ajaxToolkit:DropDownExtender其中是項目?
- 26. Servlet 3.0:其中是@WebServletContextListener?
- 27. 其中是error_log文件?
- 28. 其中是目錄bb101repo-pratice
- 29. UPDATE其中timestamp是最新
- 30. 其中是microsoft.visualbasic.dll for .net 3.5?